Color Hex Logo

#c06feb Color Hex

#C06FEB
(192,111,235)
0 Favorites   0 Comments

Color spaces of #c06feb

RGB 192111235
HSL0.780.760.68
HSV279°53°92°
CMYK 0.180.530.00   0.08
XYZ42.418128.573581.8768
Yxy28.57350.27750.1869
Hunter Lab53.454248.1023-53.3977
CIE-Lab60.403452.7727-50.1411

#c06feb color RGB value is (192,111,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101111 11101011
Octal 300 157 353
Decimal 192 111 235
Hex C0 6F EB

RGB Percentages of Color #c06feb

%35.69
%20.63
%43.68

CMYK Percentages of Color #c06feb

%18
%53
%0
%8

Triadic Colors of #c06feb

#c06feb #ebc06f #6febc0

Analogous Colors of #c06feb

#c06feb #eb6fd8 #826feb

Monochromatic Colors of #c06feb

#c06feb

Complementary Color

#c06feb #9aeb6f

#c06feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06feb Color CSS Codes

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

#c06feb Text Font Color

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

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


#c06feb Background Color

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

This div background color is #c06feb


#c06feb Border Color

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

This div border color is #c06feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06feb


Comments

No comments written yet.

Please login to write comment.