Color Hex Logo

#c01bbd Color Hex

#C01BBD
(192,27,189)
0 Favorites   0 Comments

Color spaces of #c01bbd

RGB 19227189
HSL0.840.750.43
HSV301°86°75°
CMYK 0.000.860.02   0.25
XYZ31.315515.664549.5171
Yxy15.66450.32450.1623
Hunter Lab39.578471.9718-46.4737
CIE-Lab46.531275.8063-45.9895

#c01bbd color RGB value is (192,27,189).

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

The process color (four color CMYK) of #c01bbd color hex is 0.00, 0.86, 0.02, 0.25. Web safe color of #c01bbd is #cc33cc. Color #c01bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011011 10111101
Octal 300 33 275
Decimal 192 27 189
Hex C0 1B BD

RGB Percentages of Color #c01bbd

%47.06
%6.62
%46.32

CMYK Percentages of Color #c01bbd

%0
%86
%2
%25

Triadic Colors of #c01bbd

#c01bbd #bdc01b #1bbdc0

Analogous Colors of #c01bbd

#c01bbd #c01b6b #711bc0

Monochromatic Colors of #c01bbd

#c01bbd

Complementary Color

#c01bbd #1bc01e

#c01bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01bbd Color CSS Codes

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

#c01bbd Text Font Color

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

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


#c01bbd Background Color

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

This div background color is #c01bbd


#c01bbd Border Color

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

This div border color is #c01bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01bbd


Comments

No comments written yet.

Please login to write comment.