Color Hex Logo

#cd228c Color Hex

#CD228C
(205,34,140)
0 Favorites   0 Comments

Color spaces of #cd228c

RGB 20534140
HSL0.900.720.47
HSV323°83°80°
CMYK 0.000.830.32   0.20
XYZ30.482516.016626.2959
Yxy16.01660.41870.2200
Hunter Lab40.020765.9213-10.9424
CIE-Lab46.996370.7122-15.9345

#cd228c color RGB value is (205,34,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00100010 10001100
Octal 315 42 214
Decimal 205 34 140
Hex CD 22 8C

RGB Percentages of Color #cd228c

%54.09
%8.97
%36.94

CMYK Percentages of Color #cd228c

%0
%83
%32
%20

Triadic Colors of #cd228c

#cd228c #8ccd22 #228ccd

Analogous Colors of #cd228c

#cd228c #cd2236 #b922cd

Monochromatic Colors of #cd228c

#cd228c

Complementary Color

#cd228c #22cd63

#cd228c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd228c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd228c Color CSS Codes

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

#cd228c Text Font Color

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

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


#cd228c Background Color

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

This div background color is #cd228c


#cd228c Border Color

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

This div border color is #cd228c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd228c


Comments

No comments written yet.

Please login to write comment.