Color Hex Logo

#cd49e8 Color Hex

#CD49E8
(205,73,232)
0 Favorites   0 Comments

Color spaces of #cd49e8

RGB 20573232
HSL0.810.780.60
HSV290°69°91°
CMYK 0.120.690.00   0.09
XYZ42.124923.570478.6732
Yxy23.57040.29180.1633
Hunter Lab48.549469.9180-62.0936
CIE-Lab55.655172.3571-55.9242

#cd49e8 color RGB value is (205,73,232).

#cd49e8 hex color red value is 205, green value is 73 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #cd49e8 hue: 0.81 , saturation: 0.78 and the lightness value of cd49e8 is 0.60.

The process color (four color CMYK) of #cd49e8 color hex is 0.12, 0.69, 0.00, 0.09. Web safe color of #cd49e8 is #cc33ff. Color #cd49e8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001001 11101000
Octal 315 111 350
Decimal 205 73 232
Hex CD 49 E8

RGB Percentages of Color #cd49e8

%40.20
%14.31
%45.49

CMYK Percentages of Color #cd49e8

%12
%69
%0
%9

Triadic Colors of #cd49e8

#cd49e8 #e8cd49 #49e8cd

Analogous Colors of #cd49e8

#cd49e8 #e849b4 #7e49e8

Monochromatic Colors of #cd49e8

#cd49e8

Complementary Color

#cd49e8 #64e849

#cd49e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd49e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd49e8 Color CSS Codes

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

#cd49e8 Text Font Color

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

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


#cd49e8 Background Color

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

This div background color is #cd49e8


#cd49e8 Border Color

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

This div border color is #cd49e8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd49e8


Comments

No comments written yet.

Please login to write comment.