Color Hex Logo

#d03fbe Color Hex

#D03FBE
(208,63,190)
0 Favorites   0 Comments

Color spaces of #d03fbe

RGB 20863190
HSL0.850.610.53
HSV307°70°82°
CMYK 0.000.700.09   0.18
XYZ37.084220.682650.7528
Yxy20.68260.34170.1906
Hunter Lab45.478165.9674-34.3319
CIE-Lab52.600469.6681-36.7943

#d03fbe color RGB value is (208,63,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111111 10111110
Octal 320 77 276
Decimal 208 63 190
Hex D0 3F BE

RGB Percentages of Color #d03fbe

%45.12
%13.67
%41.21

CMYK Percentages of Color #d03fbe

%0
%70
%9
%18

Triadic Colors of #d03fbe

#d03fbe #bed03f #3fbed0

Analogous Colors of #d03fbe

#d03fbe #d03f76 #9a3fd0

Monochromatic Colors of #d03fbe

#d03fbe

Complementary Color

#d03fbe #3fd051

#d03fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03fbe Color CSS Codes

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

#d03fbe Text Font Color

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

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


#d03fbe Background Color

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

This div background color is #d03fbe


#d03fbe Border Color

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

This div border color is #d03fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03fbe


Comments

No comments written yet.

Please login to write comment.