Color Hex Logo

#d03ebc Color Hex

#D03EBC
(208,62,188)
0 Favorites   0 Comments

Color spaces of #d03ebc

RGB 20862188
HSL0.860.610.53
HSV308°70°82°
CMYK 0.000.700.10   0.18
XYZ36.812120.486049.5909
Yxy20.48600.34440.1917
Hunter Lab45.261565.9702-33.2783
CIE-Lab52.382369.7122-35.9778

#d03ebc color RGB value is (208,62,188).

#d03ebc hex color red value is 208, green value is 62 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d03ebc hue: 0.86 , saturation: 0.61 and the lightness value of d03ebc is 0.53.

The process color (four color CMYK) of #d03ebc color hex is 0.00, 0.70, 0.10, 0.18. Web safe color of #d03ebc is #cc33cc. Color #d03ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111110 10111100
Octal 320 76 274
Decimal 208 62 188
Hex D0 3E BC

RGB Percentages of Color #d03ebc

%45.41
%13.54
%41.05

CMYK Percentages of Color #d03ebc

%0
%70
%10
%18

Triadic Colors of #d03ebc

#d03ebc #bcd03e #3ebcd0

Analogous Colors of #d03ebc

#d03ebc #d03e73 #9b3ed0

Monochromatic Colors of #d03ebc

#d03ebc

Complementary Color

#d03ebc #3ed052

#d03ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03ebc Color CSS Codes

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

#d03ebc Text Font Color

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

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


#d03ebc Background Color

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

This div background color is #d03ebc


#d03ebc Border Color

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

This div border color is #d03ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03ebc


Comments

No comments written yet.

Please login to write comment.