color codes Logo

#cd5dba color codes

#CD5DBA
(205,93,186)
0 Favorites   0 Comments

Color spaces of #cd5dba

RGB 20593186
HSL0.860.530.58
HSV310°55°80°
CMYK 0.000.550.09   0.20
XYZ37.954124.353049.1546
Yxy24.35300.34050.2185
Hunter Lab49.348850.9239-24.5126
CIE-Lab56.439555.9548-28.5300

#cd5dba color RGB value is (205,93,186).

#cd5dba hex color red value is 205, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cd5dba hue: 0.86 , saturation: 0.53 and the lightness value of cd5dba is 0.58.

The process color (four color CMYK) of #cd5dba color code is 0.00, 0.55, 0.09, 0.20. Web safe color of #cd5dba is #cc66cc. Color #cd5dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011101 10111010
Octal 315 135 272
Decimal 205 93 186
Hex CD 5D BA

RGB Percentages of Color #cd5dba

%42.36
%19.21
%38.43

CMYK Percentages of Color #cd5dba

%0
%55
%9
%20

Triadic Colors of #cd5dba

#cd5dba #bacd5d #5dbacd

Analogous Colors of #cd5dba

#cd5dba #cd5d82 #a85dcd

Monochromatic Colors of #cd5dba

#cd5dba

Complementary Color

#cd5dba #5dcd70

#cd5dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5dba Color CSS Codes

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

#cd5dba Text Font Color

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

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


#cd5dba Background Color

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

This div background color is #cd5dba


#cd5dba Border Color

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

This div border color is #cd5dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,93,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5dba


Comments

No comments written yet.

Please login to write comment.