Color Hex Logo

#c06beb Color Hex

#C06BEB
(192,107,235)
0 Favorites   0 Comments

Color spaces of #c06beb

RGB 192107235
HSL0.780.760.67
HSV280°54°92°
CMYK 0.180.540.00   0.08
XYZ41.991327.720081.7346
Yxy27.72000.27730.1830
Hunter Lab52.649850.2271-55.1882
CIE-Lab59.634954.7991-51.3607

#c06beb color RGB value is (192,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101011 11101011
Octal 300 153 353
Decimal 192 107 235
Hex C0 6B EB

RGB Percentages of Color #c06beb

%35.96
%20.04
%44.01

CMYK Percentages of Color #c06beb

%18
%54
%0
%8

Triadic Colors of #c06beb

#c06beb #ebc06b #6bebc0

Analogous Colors of #c06beb

#c06beb #eb6bd6 #806beb

Monochromatic Colors of #c06beb

#c06beb

Complementary Color

#c06beb #96eb6b

#c06beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06beb Color CSS Codes

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

#c06beb Text Font Color

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

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


#c06beb Background Color

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

This div background color is #c06beb


#c06beb Border Color

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

This div border color is #c06beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06beb


Comments

No comments written yet.

Please login to write comment.