Color Hex Logo

#cd63df Color Hex

#CD63DF
(205,99,223)
0 Favorites   0 Comments

Color spaces of #cd63df

RGB 20599223
HSL0.810.660.63
HSV291°56°87°
CMYK 0.080.560.00   0.13
XYZ42.958027.230572.8039
Yxy27.23050.30040.1904
Hunter Lab52.182955.6249-46.1916
CIE-Lab59.187159.6296-45.2557

#cd63df color RGB value is (205,99,223).

#cd63df hex color red value is 205, green value is 99 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cd63df hue: 0.81 , saturation: 0.66 and the lightness value of cd63df is 0.63.

The process color (four color CMYK) of #cd63df color hex is 0.08, 0.56, 0.00, 0.13. Web safe color of #cd63df is #cc66cc. Color #cd63df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100011 11011111
Octal 315 143 337
Decimal 205 99 223
Hex CD 63 DF

RGB Percentages of Color #cd63df

%38.90
%18.79
%42.31

CMYK Percentages of Color #cd63df

%8
%56
%0
%13

Triadic Colors of #cd63df

#cd63df #dfcd63 #63dfcd

Analogous Colors of #cd63df

#cd63df #df63b3 #8f63df

Monochromatic Colors of #cd63df

#cd63df

Complementary Color

#cd63df #75df63

#cd63df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd63df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd63df Color CSS Codes

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

#cd63df Text Font Color

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

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


#cd63df Background Color

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

This div background color is #cd63df


#cd63df Border Color

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

This div border color is #cd63df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd63df


Comments

No comments written yet.

Please login to write comment.