Color Hex Logo

#cd63da Color Hex

#CD63DA
(205,99,218)
0 Favorites   0 Comments

Color spaces of #cd63da

RGB 20599218
HSL0.820.620.62
HSV293°55°85°
CMYK 0.060.550.00   0.15
XYZ42.293626.964869.3053
Yxy26.96480.30520.1946
Hunter Lab51.927654.5098-42.7821
CIE-Lab58.941758.6987-42.8312

#cd63da color RGB value is (205,99,218).

#cd63da hex color red value is 205, green value is 99 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cd63da hue: 0.82 , saturation: 0.62 and the lightness value of cd63da is 0.62.

The process color (four color CMYK) of #cd63da color hex is 0.06, 0.55, 0.00, 0.15. Web safe color of #cd63da is #cc66cc. Color #cd63da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100011 11011010
Octal 315 143 332
Decimal 205 99 218
Hex CD 63 DA

RGB Percentages of Color #cd63da

%39.27
%18.97
%41.76

CMYK Percentages of Color #cd63da

%6
%55
%0
%15

Triadic Colors of #cd63da

#cd63da #dacd63 #63dacd

Analogous Colors of #cd63da

#cd63da #da63ac #9263da

Monochromatic Colors of #cd63da

#cd63da

Complementary Color

#cd63da #70da63

#cd63da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd63da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd63da Color CSS Codes

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

#cd63da Text Font Color

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

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


#cd63da Background Color

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

This div background color is #cd63da


#cd63da Border Color

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

This div border color is #cd63da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd63da


Comments

No comments written yet.

Please login to write comment.