Color Hex Logo

#d262bd Color Hex

#D262BD
(210,98,189)
0 Favorites   0 Comments

Color spaces of #d262bd

RGB 21098189
HSL0.860.550.60
HSV311°53°82°
CMYK 0.000.530.10   0.18
XYZ40.131326.111151.0689
Yxy26.11110.34210.2226
Hunter Lab51.099050.7641-23.4857
CIE-Lab58.142455.5248-27.5604

#d262bd color RGB value is (210,98,189).

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

The process color (four color CMYK) of #d262bd color hex is 0.00, 0.53, 0.10, 0.18. Web safe color of #d262bd is #cc66cc. Color #d262bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100010 10111101
Octal 322 142 275
Decimal 210 98 189
Hex D2 62 BD

RGB Percentages of Color #d262bd

%42.25
%19.72
%38.03

CMYK Percentages of Color #d262bd

%0
%53
%10
%18

Triadic Colors of #d262bd

#d262bd #bdd262 #62bdd2

Analogous Colors of #d262bd

#d262bd #d26285 #af62d2

Monochromatic Colors of #d262bd

#d262bd

Complementary Color

#d262bd #62d277

#d262bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d262bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d262bd Color CSS Codes

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

#d262bd Text Font Color

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

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


#d262bd Background Color

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

This div background color is #d262bd


#d262bd Border Color

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

This div border color is #d262bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d262bd


Comments

No comments written yet.

Please login to write comment.