Color Hex Logo

#cd055d Color Hex

#CD055D
(205,5,93)
0 Favorites   0 Comments

Color spaces of #cd055d

RGB 205593
HSL0.930.950.41
HSV334°98°80°
CMYK 0.000.980.55   0.20
XYZ27.206913.878011.6007
Yxy13.87800.51640.2634
Hunter Lab37.253265.16987.6142
CIE-Lab44.057570.65308.7336

#cd055d color RGB value is (205,5,93).

#cd055d hex color red value is 205, green value is 5 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cd055d hue: 0.93 , saturation: 0.95 and the lightness value of cd055d is 0.41.

The process color (four color CMYK) of #cd055d color hex is 0.00, 0.98, 0.55, 0.20. Web safe color of #cd055d is #cc0066. Color #cd055d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000101 01011101
Octal 315 5 135
Decimal 205 5 93
Hex CD 5 5D

RGB Percentages of Color #cd055d

%67.66
%1.65
%30.69

CMYK Percentages of Color #cd055d

%0
%98
%55
%20

Triadic Colors of #cd055d

#cd055d #5dcd05 #055dcd

Analogous Colors of #cd055d

#cd055d #cd1105 #cd05c1

Monochromatic Colors of #cd055d

#cd055d

Complementary Color

#cd055d #05cd75

#cd055d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd055d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd055d Color CSS Codes

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

#cd055d Text Font Color

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

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


#cd055d Background Color

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

This div background color is #cd055d


#cd055d Border Color

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

This div border color is #cd055d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd055d


Comments

No comments written yet.

Please login to write comment.