Color Hex Logo

#c06fea Color Hex

#C06FEA
(192,111,234)
0 Favorites   0 Comments

Color spaces of #c06fea

RGB 192111234
HSL0.780.750.68
HSV280°53°92°
CMYK 0.180.530.00   0.08
XYZ42.274028.515981.1179
Yxy28.51590.27830.1877
Hunter Lab53.400347.8579-52.6845
CIE-Lab60.352052.5610-49.6660

#c06fea color RGB value is (192,111,234).

#c06fea hex color red value is 192, green value is 111 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c06fea hue: 0.78 , saturation: 0.75 and the lightness value of c06fea is 0.68.

The process color (four color CMYK) of #c06fea color hex is 0.18, 0.53, 0.00, 0.08. Web safe color of #c06fea is #cc66ff. Color #c06fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101111 11101010
Octal 300 157 352
Decimal 192 111 234
Hex C0 6F EA

RGB Percentages of Color #c06fea

%35.75
%20.67
%43.58

CMYK Percentages of Color #c06fea

%18
%53
%0
%8

Triadic Colors of #c06fea

#c06fea #eac06f #6feac0

Analogous Colors of #c06fea

#c06fea #ea6fd7 #836fea

Monochromatic Colors of #c06fea

#c06fea

Complementary Color

#c06fea #99ea6f

#c06fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06fea Color CSS Codes

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

#c06fea Text Font Color

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

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


#c06fea Background Color

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

This div background color is #c06fea


#c06fea Border Color

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

This div border color is #c06fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06fea


Comments

No comments written yet.

Please login to write comment.