Color Hex Logo

#d94be1 Color Hex

#D94BE1
(217,75,225)
0 Favorites   0 Comments

Color spaces of #d94be1

RGB 21775225
HSL0.820.710.59
HSV297°67°88°
CMYK 0.040.670.00   0.12
XYZ44.722025.220173.7450
Yxy25.22010.31120.1755
Hunter Lab50.219671.0750-51.9107
CIE-Lab57.289272.9918-49.2782

#d94be1 color RGB value is (217,75,225).

#d94be1 hex color red value is 217, green value is 75 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #d94be1 hue: 0.82 , saturation: 0.71 and the lightness value of d94be1 is 0.59.

The process color (four color CMYK) of #d94be1 color hex is 0.04, 0.67, 0.00, 0.12. Web safe color of #d94be1 is #cc33cc. Color #d94be1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001011 11100001
Octal 331 113 341
Decimal 217 75 225
Hex D9 4B E1

RGB Percentages of Color #d94be1

%41.97
%14.51
%43.52

CMYK Percentages of Color #d94be1

%4
%67
%0
%12

Triadic Colors of #d94be1

#d94be1 #e1d94b #4be1d9

Analogous Colors of #d94be1

#d94be1 #e14b9e #8e4be1

Monochromatic Colors of #d94be1

#d94be1

Complementary Color

#d94be1 #53e14b

#d94be1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94be1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94be1 Color CSS Codes

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

#d94be1 Text Font Color

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

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


#d94be1 Background Color

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

This div background color is #d94be1


#d94be1 Border Color

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

This div border color is #d94be1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,75,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d94be1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d94be1;
  -webkit-box-shadow: 1px 1px 3px 2px #d94be1;
  box-shadow:         1px 1px 3px 2px #d94be1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,75,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94be1


Comments

No comments written yet.

Please login to write comment.