Color Hex Logo

#c05beb Color Hex

#C05BEB
(192,91,235)
0 Favorites   0 Comments

Color spaces of #c05beb

RGB 19291235
HSL0.780.780.64
HSV282°61°92°
CMYK 0.180.610.00   0.08
XYZ40.474724.686881.2290
Yxy24.68680.27650.1686
Hunter Lab49.685858.4582-62.1504
CIE-Lab56.769062.5114-55.9264

#c05beb color RGB value is (192,91,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011011 11101011
Octal 300 133 353
Decimal 192 91 235
Hex C0 5B EB

RGB Percentages of Color #c05beb

%37.07
%17.57
%45.37

CMYK Percentages of Color #c05beb

%18
%61
%0
%8

Triadic Colors of #c05beb

#c05beb #ebc05b #5bebc0

Analogous Colors of #c05beb

#c05beb #eb5bce #785beb

Monochromatic Colors of #c05beb

#c05beb

Complementary Color

#c05beb #86eb5b

#c05beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05beb Color CSS Codes

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

#c05beb Text Font Color

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

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


#c05beb Background Color

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

This div background color is #c05beb


#c05beb Border Color

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

This div border color is #c05beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05beb


Comments

No comments written yet.

Please login to write comment.