Color Hex Logo

#c008e4 Color Hex

#C008E4
(192,8,228)
0 Favorites   0 Comments

Color spaces of #c008e4

RGB 1928228
HSL0.810.930.46
HSV290°96°89°
CMYK 0.160.960.00   0.11
XYZ35.828716.981674.7882
Yxy16.98160.28080.1331
Hunter Lab41.208783.0805-78.7571
CIE-Lab48.236884.3058-65.7101

#c008e4 color RGB value is (192,8,228).

#c008e4 hex color red value is 192, green value is 8 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #c008e4 hue: 0.81 , saturation: 0.93 and the lightness value of c008e4 is 0.46.

The process color (four color CMYK) of #c008e4 color hex is 0.16, 0.96, 0.00, 0.11. Web safe color of #c008e4 is #cc00cc. Color #c008e4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001000 11100100
Octal 300 10 344
Decimal 192 8 228
Hex C0 8 E4

RGB Percentages of Color #c008e4

%44.86
%1.87
%53.27

CMYK Percentages of Color #c008e4

%16
%96
%0
%11

Triadic Colors of #c008e4

#c008e4 #e4c008 #08e4c0

Analogous Colors of #c008e4

#c008e4 #e4089a #5208e4

Monochromatic Colors of #c008e4

#c008e4

Complementary Color

#c008e4 #2ce408

#c008e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c008e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c008e4 Color CSS Codes

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

#c008e4 Text Font Color

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

This sample text font color is #c008e4
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.


#c008e4 Background Color

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

This div background color is #c008e4


#c008e4 Border Color

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

This div border color is #c008e4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,8,228, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c008e4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c008e4;
  -webkit-box-shadow: 1px 1px 3px 2px #c008e4;
  box-shadow:         1px 1px 3px 2px #c008e4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,8,228, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c008e4


Comments

No comments written yet.

Please login to write comment.