Color Hex Logo

#d02afd Color Hex

#D02AFD
(208,42,253)
0 Favorites   0 Comments

Color spaces of #d02afd

RGB 20842253
HSL0.800.980.58
HSV287°83°99°
CMYK 0.180.830.00   0.01
XYZ44.570022.157794.8563
Yxy22.15770.27580.1371
Hunter Lab47.072086.6364-86.5269
CIE-Lab54.193985.8926-69.9901

#d02afd color RGB value is (208,42,253).

#d02afd hex color red value is 208, green value is 42 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d02afd hue: 0.80 , saturation: 0.98 and the lightness value of d02afd is 0.58.

The process color (four color CMYK) of #d02afd color hex is 0.18, 0.83, 0.00, 0.01. Web safe color of #d02afd is #cc33ff. Color #d02afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101010 11111101
Octal 320 52 375
Decimal 208 42 253
Hex D0 2A FD

RGB Percentages of Color #d02afd

%41.35
%8.35
%50.30

CMYK Percentages of Color #d02afd

%18
%83
%0
%1

Triadic Colors of #d02afd

#d02afd #fdd02a #2afdd0

Analogous Colors of #d02afd

#d02afd #fd2ac1 #672afd

Monochromatic Colors of #d02afd

#d02afd

Complementary Color

#d02afd #57fd2a

#d02afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02afd Color CSS Codes

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

#d02afd Text Font Color

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

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


#d02afd Background Color

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

This div background color is #d02afd


#d02afd Border Color

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

This div border color is #d02afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02afd

Related Colors


Comments

No comments written yet.

Please login to write comment.