Color Hex Logo

#cd367d Color Hex

#CD367D
(205,54,125)
0 Favorites   0 Comments

Color spaces of #cd367d

RGB 20554125
HSL0.920.600.51
HSV332°74°80°
CMYK 0.000.740.39   0.20
XYZ30.197717.098121.1107
Yxy17.09810.44140.2499
Hunter Lab41.349857.9959-1.3249
CIE-Lab48.383463.6640-4.7503

#cd367d color RGB value is (205,54,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110110 01111101
Octal 315 66 175
Decimal 205 54 125
Hex CD 36 7D

RGB Percentages of Color #cd367d

%53.39
%14.06
%32.55

CMYK Percentages of Color #cd367d

%0
%74
%39
%20

Triadic Colors of #cd367d

#cd367d #7dcd36 #367dcd

Analogous Colors of #cd367d

#cd367d #cd3b36 #cd36c9

Monochromatic Colors of #cd367d

#cd367d

Complementary Color

#cd367d #36cd86

#cd367d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd367d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd367d Color CSS Codes

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

#cd367d Text Font Color

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

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


#cd367d Background Color

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

This div background color is #cd367d


#cd367d Border Color

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

This div border color is #cd367d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd367d


Comments

No comments written yet.

Please login to write comment.