Color Hex Logo

#cd4dfd Color Hex

#CD4DFD
(205,77,253)
0 Favorites   0 Comments

Color spaces of #cd4dfd

RGB 20577253
HSL0.790.980.65
HSV284°70°99°
CMYK 0.190.700.00   0.01
XYZ45.560325.378795.4258
Yxy25.37870.27390.1525
Hunter Lab50.377373.2719-77.0444
CIE-Lab57.442674.7459-64.7705

#cd4dfd color RGB value is (205,77,253).

#cd4dfd hex color red value is 205, green value is 77 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cd4dfd hue: 0.79 , saturation: 0.98 and the lightness value of cd4dfd is 0.65.

The process color (four color CMYK) of #cd4dfd color hex is 0.19, 0.70, 0.00, 0.01. Web safe color of #cd4dfd is #cc66ff. Color #cd4dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001101 11111101
Octal 315 115 375
Decimal 205 77 253
Hex CD 4D FD

RGB Percentages of Color #cd4dfd

%38.32
%14.39
%47.29

CMYK Percentages of Color #cd4dfd

%19
%70
%0
%1

Triadic Colors of #cd4dfd

#cd4dfd #fdcd4d #4dfdcd

Analogous Colors of #cd4dfd

#cd4dfd #fd4dd5 #754dfd

Monochromatic Colors of #cd4dfd

#cd4dfd

Complementary Color

#cd4dfd #7dfd4d

#cd4dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd4dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd4dfd Color CSS Codes

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

#cd4dfd Text Font Color

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

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


#cd4dfd Background Color

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

This div background color is #cd4dfd


#cd4dfd Border Color

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

This div border color is #cd4dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd4dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.