color codes Logo

#cd58db color codes

#CD58DB
(205,88,219)
0 Favorites   0 Comments

Color spaces of #cd58db

RGB 20588219
HSL0.820.650.60
HSV294°60°86°
CMYK 0.060.600.00   0.14
XYZ41.452725.073169.6726
Yxy25.07310.30440.1841
Hunter Lab50.073060.1424-47.4461
CIE-Lab57.146663.8896-46.2297

#cd58db color RGB value is (205,88,219).

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

The process color (four color CMYK) of #cd58db color code is 0.06, 0.60, 0.00, 0.14. Web safe color of #cd58db is #cc66cc. Color #cd58db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011000 11011011
Octal 315 130 333
Decimal 205 88 219
Hex CD 58 DB

RGB Percentages of Color #cd58db

%40.04
%17.19
%42.77

CMYK Percentages of Color #cd58db

%6
%60
%0
%14

Triadic Colors of #cd58db

#cd58db #dbcd58 #58dbcd

Analogous Colors of #cd58db

#cd58db #db58a8 #8c58db

Monochromatic Colors of #cd58db

#cd58db

Complementary Color

#cd58db #66db58

#cd58db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd58db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd58db Color CSS Codes

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

#cd58db Text Font Color

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

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


#cd58db Background Color

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

This div background color is #cd58db


#cd58db Border Color

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

This div border color is #cd58db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd58db


Comments

No comments written yet.

Please login to write comment.