Color Hex Logo

#c01cdb Color Hex

#C01CDB
(192,28,219)
0 Favorites   0 Comments

Color spaces of #c01cdb

RGB 19228219
HSL0.810.770.48
HSV292°87°86°
CMYK 0.120.870.00   0.14
XYZ34.939717.151468.4869
Yxy17.15140.28980.1422
Hunter Lab41.414278.1190-69.0581
CIE-Lab48.450280.3736-60.2401

#c01cdb color RGB value is (192,28,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011100 11011011
Octal 300 34 333
Decimal 192 28 219
Hex C0 1C DB

RGB Percentages of Color #c01cdb

%43.74
%6.38
%49.89

CMYK Percentages of Color #c01cdb

%12
%87
%0
%14

Triadic Colors of #c01cdb

#c01cdb #dbc01c #1cdbc0

Analogous Colors of #c01cdb

#c01cdb #db1c97 #601cdb

Monochromatic Colors of #c01cdb

#c01cdb

Complementary Color

#c01cdb #37db1c

#c01cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01cdb Color CSS Codes

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

#c01cdb Text Font Color

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

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


#c01cdb Background Color

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

This div background color is #c01cdb


#c01cdb Border Color

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

This div border color is #c01cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01cdb


Comments

No comments written yet.

Please login to write comment.