Color Hex Logo

#c08fec Color Hex

#C08FEC
(192,143,236)
0 Favorites   0 Comments

Color spaces of #c08fec

RGB 192143236
HSL0.750.710.74
HSV272°39°93°
CMYK 0.190.390.00   0.07
XYZ46.701036.907584.0193
Yxy36.90750.27860.2202
Hunter Lab60.751530.9015-39.4719
CIE-Lab67.207635.8941-39.9824

#c08fec color RGB value is (192,143,236).

#c08fec hex color red value is 192, green value is 143 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c08fec hue: 0.75 , saturation: 0.71 and the lightness value of c08fec is 0.74.

The process color (four color CMYK) of #c08fec color hex is 0.19, 0.39, 0.00, 0.07. Web safe color of #c08fec is #cc99ff. Color #c08fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001111 11101100
Octal 300 217 354
Decimal 192 143 236
Hex C0 8F EC

RGB Percentages of Color #c08fec

%33.63
%25.04
%41.33

CMYK Percentages of Color #c08fec

%19
%39
%0
%7

Triadic Colors of #c08fec

#c08fec #ecc08f #8fecc0

Analogous Colors of #c08fec

#c08fec #ec8fea #928fec

Monochromatic Colors of #c08fec

#c08fec

Complementary Color

#c08fec #bbec8f

#c08fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08fec Color CSS Codes

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

#c08fec Text Font Color

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

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


#c08fec Background Color

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

This div background color is #c08fec


#c08fec Border Color

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

This div border color is #c08fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08fec


Comments

No comments written yet.

Please login to write comment.