Color Hex Logo

#cd427b Color Hex

#CD427B
(205,66,123)
0 Favorites   0 Comments

Color spaces of #cd427b

RGB 20566123
HSL0.930.580.53
HSV335°68°80°
CMYK 0.000.680.40   0.20
XYZ30.700218.305620.6542
Yxy18.30560.44070.2628
Hunter Lab42.785053.20801.3277
CIE-Lab49.864759.1612-1.3559

#cd427b color RGB value is (205,66,123).

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

The process color (four color CMYK) of #cd427b color hex is 0.00, 0.68, 0.40, 0.20. Web safe color of #cd427b is #cc3366. Color #cd427b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000010 01111011
Octal 315 102 173
Decimal 205 66 123
Hex CD 42 7B

RGB Percentages of Color #cd427b

%52.03
%16.75
%31.22

CMYK Percentages of Color #cd427b

%0
%68
%40
%20

Triadic Colors of #cd427b

#cd427b #7bcd42 #427bcd

Analogous Colors of #cd427b

#cd427b #cd4f42 #cd42c1

Monochromatic Colors of #cd427b

#cd427b

Complementary Color

#cd427b #42cd94

#cd427b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd427b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd427b Color CSS Codes

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

#cd427b Text Font Color

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

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


#cd427b Background Color

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

This div background color is #cd427b


#cd427b Border Color

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

This div border color is #cd427b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd427b


Comments

No comments written yet.

Please login to write comment.