Color Hex Logo

#cd238d Color Hex

#CD238D
(205,35,141)
0 Favorites   0 Comments

Color spaces of #cd238d

RGB 20535141
HSL0.900.710.47
HSV323°83°80°
CMYK 0.000.830.31   0.20
XYZ30.585616.104326.6957
Yxy16.10430.41680.2194
Hunter Lab40.130265.8178-11.3502
CIE-Lab47.111070.6030-16.3646

#cd238d color RGB value is (205,35,141).

#cd238d hex color red value is 205, green value is 35 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cd238d hue: 0.90 , saturation: 0.71 and the lightness value of cd238d is 0.47.

The process color (four color CMYK) of #cd238d color hex is 0.00, 0.83, 0.31, 0.20. Web safe color of #cd238d is #cc3399. Color #cd238d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00100011 10001101
Octal 315 43 215
Decimal 205 35 141
Hex CD 23 8D

RGB Percentages of Color #cd238d

%53.81
%9.19
%37.01

CMYK Percentages of Color #cd238d

%0
%83
%31
%20

Triadic Colors of #cd238d

#cd238d #8dcd23 #238dcd

Analogous Colors of #cd238d

#cd238d #cd2338 #b823cd

Monochromatic Colors of #cd238d

#cd238d

Complementary Color

#cd238d #23cd63

#cd238d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd238d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd238d Color CSS Codes

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

#cd238d Text Font Color

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

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


#cd238d Background Color

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

This div background color is #cd238d


#cd238d Border Color

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

This div border color is #cd238d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd238d


Comments

No comments written yet.

Please login to write comment.