Color Hex Logo

#d262af Color Hex

#D262AF
(210,98,175)
0 Favorites   0 Comments

Color spaces of #d262af

RGB 21098175
HSL0.890.550.60
HSV319°53°82°
CMYK 0.000.530.17   0.18
XYZ38.683925.532143.4468
Yxy25.53210.35930.2371
Hunter Lab50.529348.2286-15.6090
CIE-Lab57.590253.3397-20.3615

#d262af color RGB value is (210,98,175).

#d262af hex color red value is 210, green value is 98 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d262af hue: 0.89 , saturation: 0.55 and the lightness value of d262af is 0.60.

The process color (four color CMYK) of #d262af color hex is 0.00, 0.53, 0.17, 0.18. Web safe color of #d262af is #cc6699. Color #d262af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100010 10101111
Octal 322 142 257
Decimal 210 98 175
Hex D2 62 AF

RGB Percentages of Color #d262af

%43.48
%20.29
%36.23

CMYK Percentages of Color #d262af

%0
%53
%17
%18

Triadic Colors of #d262af

#d262af #afd262 #62afd2

Analogous Colors of #d262af

#d262af #d26277 #bd62d2

Monochromatic Colors of #d262af

#d262af

Complementary Color

#d262af #62d285

#d262af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d262af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d262af Color CSS Codes

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

#d262af Text Font Color

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

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


#d262af Background Color

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

This div background color is #d262af


#d262af Border Color

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

This div border color is #d262af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,98,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d262af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d262af;
  -webkit-box-shadow: 1px 1px 3px 2px #d262af;
  box-shadow:         1px 1px 3px 2px #d262af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,98,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d262af


Comments

No comments written yet.

Please login to write comment.