Color Hex Logo

#c06fed Color Hex

#C06FED
(192,111,237)
0 Favorites   0 Comments

Color spaces of #c06fed

RGB 192111237
HSL0.770.780.68
HSV279°53°93°
CMYK 0.190.530.00   0.07
XYZ42.708728.689883.4074
Yxy28.68980.27590.1853
Hunter Lab53.562948.5931-54.8316
CIE-Lab60.506953.1971-51.0889

#c06fed color RGB value is (192,111,237).

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

The process color (four color CMYK) of #c06fed color hex is 0.19, 0.53, 0.00, 0.07. Web safe color of #c06fed is #cc66ff. Color #c06fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101111 11101101
Octal 300 157 355
Decimal 192 111 237
Hex C0 6F ED

RGB Percentages of Color #c06fed

%35.56
%20.56
%43.89

CMYK Percentages of Color #c06fed

%19
%53
%0
%7

Triadic Colors of #c06fed

#c06fed #edc06f #6fedc0

Analogous Colors of #c06fed

#c06fed #ed6fdb #816fed

Monochromatic Colors of #c06fed

#c06fed

Complementary Color

#c06fed #9ced6f

#c06fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06fed Color CSS Codes

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

#c06fed Text Font Color

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

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


#c06fed Background Color

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

This div background color is #c06fed


#c06fed Border Color

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

This div border color is #c06fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06fed


Comments

No comments written yet.

Please login to write comment.