color codes Logo

#cc1ef0 color codes

#CC1EF0
(204,30,240)
0 Favorites   0 Comments

Color spaces of #cc1ef0

RGB 20430240
HSL0.800.880.53
HSV290°88°94°
CMYK 0.150.880.00   0.06
XYZ41.094320.057284.1436
Yxy20.05720.28280.1380
Hunter Lab44.785385.4148-80.0457
CIE-Lab51.901885.4003-66.4621

#cc1ef0 color RGB value is (204,30,240).

#cc1ef0 hex color red value is 204, green value is 30 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #cc1ef0 hue: 0.80 , saturation: 0.88 and the lightness value of cc1ef0 is 0.53.

The process color (four color CMYK) of #cc1ef0 color code is 0.15, 0.88, 0.00, 0.06. Web safe color of #cc1ef0 is #cc33ff. Color #cc1ef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011110 11110000
Octal 314 36 360
Decimal 204 30 240
Hex CC 1E F0

RGB Percentages of Color #cc1ef0

%43.04
%6.33
%50.63

CMYK Percentages of Color #cc1ef0

%15
%88
%0
%6

Triadic Colors of #cc1ef0

#cc1ef0 #f0cc1e #1ef0cc

Analogous Colors of #cc1ef0

#cc1ef0 #f01eab #631ef0

Monochromatic Colors of #cc1ef0

#cc1ef0

Complementary Color

#cc1ef0 #42f01e

#cc1ef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1ef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1ef0 Color CSS Codes

.mybgcolor {background-color:#cc1ef0; } 
.myforecolor {color:#cc1ef0; }
.mybordercolor {border:3px solid #cc1ef0; }

#cc1ef0 Text Font Color

<p style="color:#cc1ef0">Text here</p>

This sample text font color is #cc1ef0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cc1ef0 Background Color

<div style="background-color:#cc1ef0">
Div content here</div>

This div background color is #cc1ef0


#cc1ef0 Border Color

<div style="border:3px solid #cc1ef0">
Div here</div>

This div border color is #cc1ef0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,30,240, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc1ef0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc1ef0;
  -webkit-box-shadow: 1px 1px 3px 2px #cc1ef0;
  box-shadow:         1px 1px 3px 2px #cc1ef0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,30,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc1ef0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc1ef0;
  -webkit-box-shadow: 1px 1px 3px 2px #cc1ef0;
  box-shadow:         1px 1px 3px 2px #cc1ef0;">
Div content here</div>

This div box has shadow with color #cc1ef0


Comments

No comments written yet.

Please login to write comment.