Color Hex Logo

#cd438a Color Hex

#CD438A
(205,67,138)
0 Favorites   0 Comments

Color spaces of #cd438a

RGB 20567138
HSL0.910.580.53
HSV329°67°80°
CMYK 0.000.670.33   0.20
XYZ31.771418.828426.0045
Yxy18.82840.41470.2458
Hunter Lab43.391754.7622-5.1581
CIE-Lab50.485860.4283-9.4562

#cd438a color RGB value is (205,67,138).

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

The process color (four color CMYK) of #cd438a color hex is 0.00, 0.67, 0.33, 0.20. Web safe color of #cd438a is #cc3399. Color #cd438a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000011 10001010
Octal 315 103 212
Decimal 205 67 138
Hex CD 43 8A

RGB Percentages of Color #cd438a

%50.00
%16.34
%33.66

CMYK Percentages of Color #cd438a

%0
%67
%33
%20

Triadic Colors of #cd438a

#cd438a #8acd43 #438acd

Analogous Colors of #cd438a

#cd438a #cd4345 #cb43cd

Monochromatic Colors of #cd438a

#cd438a

Complementary Color

#cd438a #43cd86

#cd438a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd438a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd438a Color CSS Codes

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

#cd438a Text Font Color

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

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


#cd438a Background Color

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

This div background color is #cd438a


#cd438a Border Color

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

This div border color is #cd438a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd438a


Comments

No comments written yet.

Please login to write comment.