Color Hex Logo

#c08cf6 Color Hex

#C08CF6
(192,140,246)
0 Favorites   0 Comments

Color spaces of #c08cf6

RGB 192140246
HSL0.750.850.76
HSV269°43°96°
CMYK 0.220.430.00   0.04
XYZ47.750936.616591.7397
Yxy36.61650.27110.2079
Hunter Lab60.511634.9627-47.5296
CIE-Lab66.988339.7740-45.8154

#c08cf6 color RGB value is (192,140,246).

#c08cf6 hex color red value is 192, green value is 140 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #c08cf6 hue: 0.75 , saturation: 0.85 and the lightness value of c08cf6 is 0.76.

The process color (four color CMYK) of #c08cf6 color hex is 0.22, 0.43, 0.00, 0.04. Web safe color of #c08cf6 is #cc99ff. Color #c08cf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001100 11110110
Octal 300 214 366
Decimal 192 140 246
Hex C0 8C F6

RGB Percentages of Color #c08cf6

%33.22
%24.22
%42.56

CMYK Percentages of Color #c08cf6

%22
%43
%0
%4

Triadic Colors of #c08cf6

#c08cf6 #f6c08c #8cf6c0

Analogous Colors of #c08cf6

#c08cf6 #f58cf6 #8c8df6

Monochromatic Colors of #c08cf6

#c08cf6

Complementary Color

#c08cf6 #c2f68c

#c08cf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08cf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08cf6 Color CSS Codes

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

#c08cf6 Text Font Color

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

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


#c08cf6 Background Color

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

This div background color is #c08cf6


#c08cf6 Border Color

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

This div border color is #c08cf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08cf6


Comments

No comments written yet.

Please login to write comment.