color codes Logo

#d94be5 color codes

#D94BE5
(217,75,229)
0 Favorites   0 Comments

Color spaces of #d94be5

RGB 21775229
HSL0.820.750.60
HSV295°67°90°
CMYK 0.050.670.00   0.10
XYZ45.274225.441076.6531
Yxy25.44100.30720.1726
Hunter Lab50.439171.9535-54.7967
CIE-Lab57.502673.6662-51.1894

#d94be5 color RGB value is (217,75,229).

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

The process color (four color CMYK) of #d94be5 color code is 0.05, 0.67, 0.00, 0.10. Web safe color of #d94be5 is #cc33cc. Color #d94be5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001011 11100101
Octal 331 113 345
Decimal 217 75 229
Hex D9 4B E5

RGB Percentages of Color #d94be5

%41.65
%14.40
%43.95

CMYK Percentages of Color #d94be5

%5
%67
%0
%10

Triadic Colors of #d94be5

#d94be5 #e5d94b #4be5d9

Analogous Colors of #d94be5

#d94be5 #e54ba4 #8c4be5

Monochromatic Colors of #d94be5

#d94be5

Complementary Color

#d94be5 #57e54b

#d94be5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94be5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94be5 Color CSS Codes

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

#d94be5 Text Font Color

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

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


#d94be5 Background Color

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

This div background color is #d94be5


#d94be5 Border Color

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

This div border color is #d94be5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94be5


Comments

No comments written yet.

Please login to write comment.