Color Hex Logo

#cd0fdb Color Hex

#CD0FDB
(205,15,219)
0 Favorites   0 Comments

Color spaces of #cd0fdb

RGB 20515219
HSL0.820.870.46
HSV296°93°86°
CMYK 0.060.930.00   0.14
XYZ38.133818.435368.5663
Yxy18.43530.30470.1473
Hunter Lab42.936383.3957-64.6265
CIE-Lab50.019984.2058-57.6000

#cd0fdb color RGB value is (205,15,219).

#cd0fdb hex color red value is 205, green value is 15 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cd0fdb hue: 0.82 , saturation: 0.87 and the lightness value of cd0fdb is 0.46.

The process color (four color CMYK) of #cd0fdb color hex is 0.06, 0.93, 0.00, 0.14. Web safe color of #cd0fdb is #cc00cc. Color #cd0fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00001111 11011011
Octal 315 17 333
Decimal 205 15 219
Hex CD F DB

RGB Percentages of Color #cd0fdb

%46.70
%3.42
%49.89

CMYK Percentages of Color #cd0fdb

%6
%93
%0
%14

Triadic Colors of #cd0fdb

#cd0fdb #dbcd0f #0fdbcd

Analogous Colors of #cd0fdb

#cd0fdb #db0f83 #670fdb

Monochromatic Colors of #cd0fdb

#cd0fdb

Complementary Color

#cd0fdb #1ddb0f

#cd0fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd0fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd0fdb Color CSS Codes

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

#cd0fdb Text Font Color

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

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


#cd0fdb Background Color

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

This div background color is #cd0fdb


#cd0fdb Border Color

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

This div border color is #cd0fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd0fdb


Comments

No comments written yet.

Please login to write comment.