Color Hex Logo

#c06bef Color Hex

#C06BEF
(192,107,239)
0 Favorites   0 Comments

Color spaces of #c06bef

RGB 192107239
HSL0.770.800.68
HSV279°55°94°
CMYK 0.200.550.00   0.06
XYZ42.575927.953984.8130
Yxy27.95390.27410.1799
Hunter Lab52.871451.2160-58.0992
CIE-Lab59.847155.6438-53.2488

#c06bef color RGB value is (192,107,239).

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

The process color (four color CMYK) of #c06bef color hex is 0.20, 0.55, 0.00, 0.06. Web safe color of #c06bef is #cc66ff. Color #c06bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101011 11101111
Octal 300 153 357
Decimal 192 107 239
Hex C0 6B EF

RGB Percentages of Color #c06bef

%35.69
%19.89
%44.42

CMYK Percentages of Color #c06bef

%20
%55
%0
%6

Triadic Colors of #c06bef

#c06bef #efc06b #6befc0

Analogous Colors of #c06bef

#c06bef #ef6bdc #7e6bef

Monochromatic Colors of #c06bef

#c06bef

Complementary Color

#c06bef #9aef6b

#c06bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06bef Color CSS Codes

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

#c06bef Text Font Color

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

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


#c06bef Background Color

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

This div background color is #c06bef


#c06bef Border Color

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

This div border color is #c06bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06bef


Comments

No comments written yet.

Please login to write comment.