Color Hex Logo

#c06bed Color Hex

#C06BED
(192,107,237)
0 Favorites   0 Comments

Color spaces of #c06bed

RGB 192107237
HSL0.780.780.67
HSV279°55°93°
CMYK 0.190.550.00   0.07
XYZ42.282027.836383.2652
Yxy27.83630.27570.1815
Hunter Lab52.760150.7198-56.6385
CIE-Lab59.740655.2206-52.3061

#c06bed color RGB value is (192,107,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101011 11101101
Octal 300 153 355
Decimal 192 107 237
Hex C0 6B ED

RGB Percentages of Color #c06bed

%35.82
%19.96
%44.22

CMYK Percentages of Color #c06bed

%19
%55
%0
%7

Triadic Colors of #c06bed

#c06bed #edc06b #6bedc0

Analogous Colors of #c06bed

#c06bed #ed6bd9 #7f6bed

Monochromatic Colors of #c06bed

#c06bed

Complementary Color

#c06bed #98ed6b

#c06bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06bed Color CSS Codes

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

#c06bed Text Font Color

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

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


#c06bed Background Color

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

This div background color is #c06bed


#c06bed Border Color

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

This div border color is #c06bed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,107,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 #c06bed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06bed


Comments

No comments written yet.

Please login to write comment.