Color Hex Logo

#d94bca Color Hex

#D94BCA
(217,75,202)
0 Favorites   0 Comments

Color spaces of #d94bca

RGB 21775202
HSL0.850.650.57
HSV306°65°85°
CMYK 0.000.650.07   0.15
XYZ41.792024.048158.3162
Yxy24.04810.33660.1937
Hunter Lab49.038966.3036-36.1795
CIE-Lab56.135969.2776-38.0478

#d94bca color RGB value is (217,75,202).

#d94bca hex color red value is 217, green value is 75 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d94bca hue: 0.85 , saturation: 0.65 and the lightness value of d94bca is 0.57.

The process color (four color CMYK) of #d94bca color hex is 0.00, 0.65, 0.07, 0.15. Web safe color of #d94bca is #cc33cc. Color #d94bca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001011 11001010
Octal 331 113 312
Decimal 217 75 202
Hex D9 4B CA

RGB Percentages of Color #d94bca

%43.93
%15.18
%40.89

CMYK Percentages of Color #d94bca

%0
%65
%7
%15

Triadic Colors of #d94bca

#d94bca #cad94b #4bcad9

Analogous Colors of #d94bca

#d94bca #d94b83 #a14bd9

Monochromatic Colors of #d94bca

#d94bca

Complementary Color

#d94bca #4bd95a

#d94bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94bca Color CSS Codes

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

#d94bca Text Font Color

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

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


#d94bca Background Color

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

This div background color is #d94bca


#d94bca Border Color

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

This div border color is #d94bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94bca


Comments

No comments written yet.

Please login to write comment.