Color Hex Logo

#cd4fdb Color Hex

#CD4FDB
(205,79,219)
0 Favorites   0 Comments

Color spaces of #cd4fdb

RGB 20579219
HSL0.820.660.58
HSV294°64°86°
CMYK 0.060.640.00   0.14
XYZ40.759023.685669.4414
Yxy23.68560.30440.1769
Hunter Lab48.667964.3238-50.5300
CIE-Lab55.771667.6890-48.4094

#cd4fdb color RGB value is (205,79,219).

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

The process color (four color CMYK) of #cd4fdb color hex is 0.06, 0.64, 0.00, 0.14. Web safe color of #cd4fdb is #cc66cc. Color #cd4fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001111 11011011
Octal 315 117 333
Decimal 205 79 219
Hex CD 4F DB

RGB Percentages of Color #cd4fdb

%40.76
%15.71
%43.54

CMYK Percentages of Color #cd4fdb

%6
%64
%0
%14

Triadic Colors of #cd4fdb

#cd4fdb #dbcd4f #4fdbcd

Analogous Colors of #cd4fdb

#cd4fdb #db4fa3 #874fdb

Monochromatic Colors of #cd4fdb

#cd4fdb

Complementary Color

#cd4fdb #5ddb4f

#cd4fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd4fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd4fdb Color CSS Codes

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

#cd4fdb Text Font Color

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

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


#cd4fdb Background Color

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

This div background color is #cd4fdb


#cd4fdb Border Color

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

This div border color is #cd4fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd4fdb


Comments

No comments written yet.

Please login to write comment.