Color Hex Logo

#d062be Color Hex

#D062BE
(208,98,190)
0 Favorites   0 Comments

Color spaces of #d062be

RGB 20898190
HSL0.860.540.60
HSV310°53°82°
CMYK 0.000.530.09   0.18
XYZ39.674425.863051.6162
Yxy25.86300.33870.2208
Hunter Lab50.855750.2570-24.5777
CIE-Lab57.906855.1112-28.5197

#d062be color RGB value is (208,98,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100010 10111110
Octal 320 142 276
Decimal 208 98 190
Hex D0 62 BE

RGB Percentages of Color #d062be

%41.94
%19.76
%38.31

CMYK Percentages of Color #d062be

%0
%53
%9
%18

Triadic Colors of #d062be

#d062be #bed062 #62bed0

Analogous Colors of #d062be

#d062be #d06287 #ab62d0

Monochromatic Colors of #d062be

#d062be

Complementary Color

#d062be #62d074

#d062be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d062be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d062be Color CSS Codes

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

#d062be Text Font Color

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

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


#d062be Background Color

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

This div background color is #d062be


#d062be Border Color

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

This div border color is #d062be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d062be


Comments

No comments written yet.

Please login to write comment.