Color Hex Logo

#cd55ba Color Hex

#CD55BA
(205,85,186)
0 Favorites   0 Comments

Color spaces of #cd55ba

RGB 20585186
HSL0.860.550.57
HSV310°59°80°
CMYK 0.000.590.09   0.20
XYZ37.288323.021348.9326
Yxy23.02130.34130.2107
Hunter Lab47.980554.7563-26.8801
CIE-Lab55.094359.5875-30.6180

#cd55ba color RGB value is (205,85,186).

#cd55ba hex color red value is 205, green value is 85 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cd55ba hue: 0.86 , saturation: 0.55 and the lightness value of cd55ba is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010101 10111010
Octal 315 125 272
Decimal 205 85 186
Hex CD 55 BA

RGB Percentages of Color #cd55ba

%43.07
%17.86
%39.08

CMYK Percentages of Color #cd55ba

%0
%59
%9
%20

Triadic Colors of #cd55ba

#cd55ba #bacd55 #55bacd

Analogous Colors of #cd55ba

#cd55ba #cd557e #a455cd

Monochromatic Colors of #cd55ba

#cd55ba

Complementary Color

#cd55ba #55cd68

#cd55ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd55ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd55ba Color CSS Codes

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

#cd55ba Text Font Color

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

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


#cd55ba Background Color

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

This div background color is #cd55ba


#cd55ba Border Color

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

This div border color is #cd55ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd55ba


Comments

No comments written yet.

Please login to write comment.