Color Hex Logo

#cd386a Color Hex

#CD386A
(205,56,106)
0 Favorites   0 Comments

Color spaces of #cd386a

RGB 20556106
HSL0.940.600.51
HSV340°73°80°
CMYK 0.000.730.48   0.20
XYZ29.192516.848115.3491
Yxy16.84810.47550.2744
Hunter Lab41.046455.11916.5613
CIE-Lab48.068161.19476.3733

#cd386a color RGB value is (205,56,106).

#cd386a hex color red value is 205, green value is 56 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cd386a hue: 0.94 , saturation: 0.60 and the lightness value of cd386a is 0.51.

The process color (four color CMYK) of #cd386a color hex is 0.00, 0.73, 0.48, 0.20. Web safe color of #cd386a is #cc3366. Color #cd386a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00111000 01101010
Octal 315 70 152
Decimal 205 56 106
Hex CD 38 6A

RGB Percentages of Color #cd386a

%55.86
%15.26
%28.88

CMYK Percentages of Color #cd386a

%0
%73
%48
%20

Triadic Colors of #cd386a

#cd386a #6acd38 #386acd

Analogous Colors of #cd386a

#cd386a #cd5138 #cd38b5

Monochromatic Colors of #cd386a

#cd386a

Complementary Color

#cd386a #38cd9b

#cd386a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd386a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd386a Color CSS Codes

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

#cd386a Text Font Color

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

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


#cd386a Background Color

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

This div background color is #cd386a


#cd386a Border Color

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

This div border color is #cd386a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd386a


Comments

No comments written yet.

Please login to write comment.