Color Hex Logo

#cd238b Color Hex

#CD238B
(205,35,139)
0 Favorites   0 Comments

Color spaces of #cd238b

RGB 20535139
HSL0.900.710.47
HSV323°83°80°
CMYK 0.000.830.32   0.20
XYZ30.438116.045325.9189
Yxy16.04530.42040.2216
Hunter Lab40.056665.5391-10.3244
CIE-Lab47.033970.3839-15.2716

#cd238b color RGB value is (205,35,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00100011 10001011
Octal 315 43 213
Decimal 205 35 139
Hex CD 23 8B

RGB Percentages of Color #cd238b

%54.09
%9.23
%36.68

CMYK Percentages of Color #cd238b

%0
%83
%32
%20

Triadic Colors of #cd238b

#cd238b #8bcd23 #238bcd

Analogous Colors of #cd238b

#cd238b #cd2336 #ba23cd

Monochromatic Colors of #cd238b

#cd238b

Complementary Color

#cd238b #23cd65

#cd238b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd238b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd238b Color CSS Codes

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

#cd238b Text Font Color

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

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


#cd238b Background Color

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

This div background color is #cd238b


#cd238b Border Color

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

This div border color is #cd238b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd238b


Comments

No comments written yet.

Please login to write comment.