Color Hex Logo

#cd334e Color Hex

#CD334E
(205,51,78)
0 Favorites   0 Comments

Color spaces of #cd334e

RGB 2055178
HSL0.970.610.50
HSV349°75°80°
CMYK 0.000.750.62   0.20
XYZ27.735815.89688.8143
Yxy15.89680.52880.3031
Hunter Lab39.870854.398214.8022
CIE-Lab46.838860.786021.8249

#cd334e color RGB value is (205,51,78).

#cd334e hex color red value is 205, green value is 51 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cd334e hue: 0.97 , saturation: 0.61 and the lightness value of cd334e is 0.50.

The process color (four color CMYK) of #cd334e color hex is 0.00, 0.75, 0.62, 0.20. Web safe color of #cd334e is #cc3366. Color #cd334e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110011 01001110
Octal 315 63 116
Decimal 205 51 78
Hex CD 33 4E

RGB Percentages of Color #cd334e

%61.38
%15.27
%23.35

CMYK Percentages of Color #cd334e

%0
%75
%62
%20

Triadic Colors of #cd334e

#cd334e #4ecd33 #334ecd

Analogous Colors of #cd334e

#cd334e #cd6533 #cd339b

Monochromatic Colors of #cd334e

#cd334e

Complementary Color

#cd334e #33cdb2

#cd334e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd334e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd334e Color CSS Codes

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

#cd334e Text Font Color

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

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


#cd334e Background Color

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

This div background color is #cd334e


#cd334e Border Color

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

This div border color is #cd334e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd334e


Comments

No comments written yet.

Please login to write comment.