Color Hex Logo

#d03abe Color Hex

#D03ABE
(208,58,190)
0 Favorites   0 Comments

Color spaces of #d03abe

RGB 20858190
HSL0.850.610.52
HSV307°72°82°
CMYK 0.000.720.09   0.18
XYZ36.819720.153750.6646
Yxy20.15370.34210.1872
Hunter Lab44.892967.8375-35.4877
CIE-Lab52.010571.3397-37.7213

#d03abe color RGB value is (208,58,190).

#d03abe hex color red value is 208, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d03abe hue: 0.85 , saturation: 0.61 and the lightness value of d03abe is 0.52.

The process color (four color CMYK) of #d03abe color hex is 0.00, 0.72, 0.09, 0.18. Web safe color of #d03abe is #cc33cc. Color #d03abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111010 10111110
Octal 320 72 276
Decimal 208 58 190
Hex D0 3A BE

RGB Percentages of Color #d03abe

%45.61
%12.72
%41.67

CMYK Percentages of Color #d03abe

%0
%72
%9
%18

Triadic Colors of #d03abe

#d03abe #bed03a #3abed0

Analogous Colors of #d03abe

#d03abe #d03a73 #973ad0

Monochromatic Colors of #d03abe

#d03abe

Complementary Color

#d03abe #3ad04c

#d03abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03abe Color CSS Codes

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

#d03abe Text Font Color

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

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


#d03abe Background Color

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

This div background color is #d03abe


#d03abe Border Color

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

This div border color is #d03abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03abe


Comments

No comments written yet.

Please login to write comment.