Color Hex Logo

#cd065d Color Hex

#CD065D
(205,6,93)
0 Favorites   0 Comments

Color spaces of #cd065d

RGB 205693
HSL0.930.940.41
HSV334°97°80°
CMYK 0.000.970.55   0.20
XYZ27.217713.899711.6043
Yxy13.89970.51630.2636
Hunter Lab37.282365.06877.6433
CIE-Lab44.088770.56178.7777

#cd065d color RGB value is (205,6,93).

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

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

Base Numbers

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

RGB Percentages of Color #cd065d

%67.43
%1.97
%30.59

CMYK Percentages of Color #cd065d

%0
%97
%55
%20

Triadic Colors of #cd065d

#cd065d #5dcd06 #065dcd

Analogous Colors of #cd065d

#cd065d #cd1206 #cd06c1

Monochromatic Colors of #cd065d

#cd065d

Complementary Color

#cd065d #06cd76

#cd065d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd065d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd065d Color CSS Codes

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

#cd065d Text Font Color

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

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


#cd065d Background Color

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

This div background color is #cd065d


#cd065d Border Color

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

This div border color is #cd065d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd065d


Comments

No comments written yet.

Please login to write comment.