Color Hex Logo

#cb19dd Color Hex

#CB19DD
(203,25,221)
0 Favorites   0 Comments

Color spaces of #cb19dd

RGB 20325221
HSL0.820.800.48
HSV294°89°87°
CMYK 0.080.890.00   0.13
XYZ38.027418.612269.9949
Yxy18.61220.30030.1470
Hunter Lab43.141981.8406-65.9949
CIE-Lab50.230482.9552-58.4195

#cb19dd color RGB value is (203,25,221).

#cb19dd hex color red value is 203, green value is 25 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cb19dd hue: 0.82 , saturation: 0.80 and the lightness value of cb19dd is 0.48.

The process color (four color CMYK) of #cb19dd color hex is 0.08, 0.89, 0.00, 0.13. Web safe color of #cb19dd is #cc00cc. Color #cb19dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00011001 11011101
Octal 313 31 335
Decimal 203 25 221
Hex CB 19 DD

RGB Percentages of Color #cb19dd

%45.21
%5.57
%49.22

CMYK Percentages of Color #cb19dd

%8
%89
%0
%13

Triadic Colors of #cb19dd

#cb19dd #ddcb19 #19ddcb

Analogous Colors of #cb19dd

#cb19dd #dd198d #6919dd

Monochromatic Colors of #cb19dd

#cb19dd

Complementary Color

#cb19dd #2bdd19

#cb19dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb19dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb19dd Color CSS Codes

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

#cb19dd Text Font Color

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

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


#cb19dd Background Color

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

This div background color is #cb19dd


#cb19dd Border Color

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

This div border color is #cb19dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,25,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb19dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb19dd;
  -webkit-box-shadow: 1px 1px 3px 2px #cb19dd;
  box-shadow:         1px 1px 3px 2px #cb19dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,25,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb19dd


Comments

No comments written yet.

Please login to write comment.