color codes Logo

#d063da color codes

#D063DA
(208,99,218)
0 Favorites   0 Comments

Color spaces of #d063da

RGB 20899218
HSL0.820.620.62
HSV295°55°85°
CMYK 0.050.550.00   0.15
XYZ43.129227.395569.3444
Yxy27.39550.30840.1959
Hunter Lab52.340755.4893-41.9128
CIE-Lab59.338659.4854-42.1792

#d063da color RGB value is (208,99,218).

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

The process color (four color CMYK) of #d063da color code is 0.05, 0.55, 0.00, 0.15. Web safe color of #d063da is #cc66cc. Color #d063da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100011 11011010
Octal 320 143 332
Decimal 208 99 218
Hex D0 63 DA

RGB Percentages of Color #d063da

%39.62
%18.86
%41.52

CMYK Percentages of Color #d063da

%5
%55
%0
%15

Triadic Colors of #d063da

#d063da #dad063 #63dad0

Analogous Colors of #d063da

#d063da #da63a9 #9563da

Monochromatic Colors of #d063da

#d063da

Complementary Color

#d063da #6dda63

#d063da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d063da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d063da Color CSS Codes

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

#d063da Text Font Color

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

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


#d063da Background Color

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

This div background color is #d063da


#d063da Border Color

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

This div border color is #d063da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,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 #d063da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d063da


Comments

No comments written yet.

Please login to write comment.