Color Hex Logo

#c01bdb Color Hex

#C01BDB
(192,27,219)
0 Favorites   0 Comments

Color spaces of #c01bdb

RGB 19227219
HSL0.810.780.48
HSV292°88°86°
CMYK 0.120.880.00   0.14
XYZ34.916317.104868.4791
Yxy17.10480.28980.1419
Hunter Lab41.357978.3216-69.2198
CIE-Lab48.391880.5455-60.3343

#c01bdb color RGB value is (192,27,219).

#c01bdb hex color red value is 192, green value is 27 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c01bdb hue: 0.81 , saturation: 0.78 and the lightness value of c01bdb is 0.48.

The process color (four color CMYK) of #c01bdb color hex is 0.12, 0.88, 0.00, 0.14. Web safe color of #c01bdb is #cc33cc. Color #c01bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011011 11011011
Octal 300 33 333
Decimal 192 27 219
Hex C0 1B DB

RGB Percentages of Color #c01bdb

%43.84
%6.16
%50.00

CMYK Percentages of Color #c01bdb

%12
%88
%0
%14

Triadic Colors of #c01bdb

#c01bdb #dbc01b #1bdbc0

Analogous Colors of #c01bdb

#c01bdb #db1b96 #601bdb

Monochromatic Colors of #c01bdb

#c01bdb

Complementary Color

#c01bdb #36db1b

#c01bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01bdb Color CSS Codes

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

#c01bdb Text Font Color

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

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


#c01bdb Background Color

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

This div background color is #c01bdb


#c01bdb Border Color

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

This div border color is #c01bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01bdb


Comments

No comments written yet.

Please login to write comment.