Color Hex Logo

#c05bbd Color Hex

#C05BBD
(192,91,189)
0 Favorites   0 Comments

Color spaces of #c05bbd

RGB 19291189
HSL0.840.440.55
HSV302°53°75°
CMYK 0.000.530.02   0.25
XYZ34.664622.362850.6335
Yxy22.36280.32200.2077
Hunter Lab47.289348.0899-30.3803
CIE-Lab54.409853.7431-33.5529

#c05bbd color RGB value is (192,91,189).

#c05bbd hex color red value is 192, green value is 91 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c05bbd hue: 0.84 , saturation: 0.44 and the lightness value of c05bbd is 0.55.

The process color (four color CMYK) of #c05bbd color hex is 0.00, 0.53, 0.02, 0.25. Web safe color of #c05bbd is #cc66cc. Color #c05bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011011 10111101
Octal 300 133 275
Decimal 192 91 189
Hex C0 5B BD

RGB Percentages of Color #c05bbd

%40.68
%19.28
%40.04

CMYK Percentages of Color #c05bbd

%0
%53
%2
%25

Triadic Colors of #c05bbd

#c05bbd #bdc05b #5bbdc0

Analogous Colors of #c05bbd

#c05bbd #c05b8b #915bc0

Monochromatic Colors of #c05bbd

#c05bbd

Complementary Color

#c05bbd #5bc05e

#c05bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05bbd Color CSS Codes

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

#c05bbd Text Font Color

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

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


#c05bbd Background Color

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

This div background color is #c05bbd


#c05bbd Border Color

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

This div border color is #c05bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05bbd


Comments

No comments written yet.

Please login to write comment.