Color Hex Logo

#cd74ba Color Hex

#CD74BA
(205,116,186)
0 Favorites   0 Comments

Color spaces of #cd74ba

RGB 205116186
HSL0.870.470.63
HSV313°43°80°
CMYK 0.000.430.09   0.20
XYZ40.285229.015149.9316
Yxy29.01510.33790.2434
Hunter Lab53.865739.2321-17.2538
CIE-Lab60.795044.5701-21.8248

#cd74ba color RGB value is (205,116,186).

#cd74ba hex color red value is 205, green value is 116 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cd74ba hue: 0.87 , saturation: 0.47 and the lightness value of cd74ba is 0.63.

The process color (four color CMYK) of #cd74ba color hex is 0.00, 0.43, 0.09, 0.20. Web safe color of #cd74ba is #cc66cc. Color #cd74ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110100 10111010
Octal 315 164 272
Decimal 205 116 186
Hex CD 74 BA

RGB Percentages of Color #cd74ba

%40.43
%22.88
%36.69

CMYK Percentages of Color #cd74ba

%0
%43
%9
%20

Triadic Colors of #cd74ba

#cd74ba #bacd74 #74bacd

Analogous Colors of #cd74ba

#cd74ba #cd748e #b474cd

Monochromatic Colors of #cd74ba

#cd74ba

Complementary Color

#cd74ba #74cd87

#cd74ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd74ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd74ba Color CSS Codes

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

#cd74ba Text Font Color

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

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


#cd74ba Background Color

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

This div background color is #cd74ba


#cd74ba Border Color

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

This div border color is #cd74ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd74ba


Comments

No comments written yet.

Please login to write comment.