Color Hex Logo

#cd3498 Color Hex

#CD3498
(205,52,152)
0 Favorites   0 Comments

Color spaces of #cd3498

RGB 20552152
HSL0.890.600.50
HSV321°75°80°
CMYK 0.000.750.26   0.20
XYZ32.072317.702131.4322
Yxy17.70210.39490.2180
Hunter Lab42.073962.4387-14.8422
CIE-Lab49.132867.3525-19.8829

#cd3498 color RGB value is (205,52,152).

#cd3498 hex color red value is 205, green value is 52 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cd3498 hue: 0.89 , saturation: 0.60 and the lightness value of cd3498 is 0.50.

The process color (four color CMYK) of #cd3498 color hex is 0.00, 0.75, 0.26, 0.20. Web safe color of #cd3498 is #cc3399. Color #cd3498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110100 10011000
Octal 315 64 230
Decimal 205 52 152
Hex CD 34 98

RGB Percentages of Color #cd3498

%50.12
%12.71
%37.16

CMYK Percentages of Color #cd3498

%0
%75
%26
%20

Triadic Colors of #cd3498

#cd3498 #98cd34 #3498cd

Analogous Colors of #cd3498

#cd3498 #cd344c #b634cd

Monochromatic Colors of #cd3498

#cd3498

Complementary Color

#cd3498 #34cd69

#cd3498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd3498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd3498 Color CSS Codes

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

#cd3498 Text Font Color

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

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


#cd3498 Background Color

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

This div background color is #cd3498


#cd3498 Border Color

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

This div border color is #cd3498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd3498


Comments

No comments written yet.

Please login to write comment.