Color Hex Logo

#cd488b Color Hex

#CD488B
(205,72,139)
0 Favorites   0 Comments

Color spaces of #cd488b

RGB 20572139
HSL0.920.570.54
HSV330°65°80°
CMYK 0.000.650.32   0.20
XYZ32.154419.477926.4910
Yxy19.47790.41160.2493
Hunter Lab44.133852.8151-4.6948
CIE-Lab51.241758.5591-8.9220

#cd488b color RGB value is (205,72,139).

#cd488b hex color red value is 205, green value is 72 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cd488b hue: 0.92 , saturation: 0.57 and the lightness value of cd488b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001000 10001011
Octal 315 110 213
Decimal 205 72 139
Hex CD 48 8B

RGB Percentages of Color #cd488b

%49.28
%17.31
%33.41

CMYK Percentages of Color #cd488b

%0
%65
%32
%20

Triadic Colors of #cd488b

#cd488b #8bcd48 #488bcd

Analogous Colors of #cd488b

#cd488b #cd4848 #cd48cd

Monochromatic Colors of #cd488b

#cd488b

Complementary Color

#cd488b #48cd8a

#cd488b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd488b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd488b Color CSS Codes

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

#cd488b Text Font Color

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

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


#cd488b Background Color

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

This div background color is #cd488b


#cd488b Border Color

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

This div border color is #cd488b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd488b


Comments

No comments written yet.

Please login to write comment.