Color Hex Logo

#c06bee Color Hex

#C06BEE
(192,107,238)
0 Favorites   0 Comments

Color spaces of #c06bee

RGB 192107238
HSL0.770.790.68
HSV279°55°93°
CMYK 0.190.550.00   0.07
XYZ42.428527.894984.0369
Yxy27.89490.27490.1807
Hunter Lab52.815650.9675-57.3676
CIE-Lab59.793755.4319-52.7778

#c06bee color RGB value is (192,107,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101011 11101110
Octal 300 153 356
Decimal 192 107 238
Hex C0 6B EE

RGB Percentages of Color #c06bee

%35.75
%19.93
%44.32

CMYK Percentages of Color #c06bee

%19
%55
%0
%7

Triadic Colors of #c06bee

#c06bee #eec06b #6beec0

Analogous Colors of #c06bee

#c06bee #ee6bdb #7f6bee

Monochromatic Colors of #c06bee

#c06bee

Complementary Color

#c06bee #99ee6b

#c06bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06bee Color CSS Codes

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

#c06bee Text Font Color

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

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


#c06bee Background Color

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

This div background color is #c06bee


#c06bee Border Color

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

This div border color is #c06bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06bee


Comments

No comments written yet.

Please login to write comment.