Color Hex Logo

#cd365a Color Hex

#CD365A
(205,54,90)
0 Favorites   0 Comments

Color spaces of #cd365a

RGB 2055490
HSL0.960.600.51
HSV346°74°80°
CMYK 0.000.740.56   0.20
XYZ28.341516.355711.3361
Yxy16.35570.50580.2919
Hunter Lab40.442254.317311.6903
CIE-Lab47.437760.601215.2881

#cd365a color RGB value is (205,54,90).

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

The process color (four color CMYK) of #cd365a color hex is 0.00, 0.74, 0.56, 0.20. Web safe color of #cd365a is #cc3366. Color #cd365a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110110 01011010
Octal 315 66 132
Decimal 205 54 90
Hex CD 36 5A

RGB Percentages of Color #cd365a

%58.74
%15.47
%25.79

CMYK Percentages of Color #cd365a

%0
%74
%56
%20

Triadic Colors of #cd365a

#cd365a #5acd36 #365acd

Analogous Colors of #cd365a

#cd365a #cd5e36 #cd36a6

Monochromatic Colors of #cd365a

#cd365a

Complementary Color

#cd365a #36cda9

#cd365a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd365a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd365a Color CSS Codes

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

#cd365a Text Font Color

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

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


#cd365a Background Color

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

This div background color is #cd365a


#cd365a Border Color

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

This div border color is #cd365a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd365a


Comments

No comments written yet.

Please login to write comment.