Color Hex Logo

#d94ceb Color Hex

#D94CEB
(217,76,235)
0 Favorites   0 Comments

Color spaces of #d94ceb

RGB 21776235
HSL0.810.800.61
HSV293°68°92°
CMYK 0.080.680.00   0.08
XYZ46.195125.918881.1653
Yxy25.91880.30140.1691
Hunter Lab50.910572.8737-58.8871
CIE-Lab57.959974.3250-53.8256

#d94ceb color RGB value is (217,76,235).

#d94ceb hex color red value is 217, green value is 76 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d94ceb hue: 0.81 , saturation: 0.80 and the lightness value of d94ceb is 0.61.

The process color (four color CMYK) of #d94ceb color hex is 0.08, 0.68, 0.00, 0.08. Web safe color of #d94ceb is #cc33ff. Color #d94ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001100 11101011
Octal 331 114 353
Decimal 217 76 235
Hex D9 4C EB

RGB Percentages of Color #d94ceb

%41.10
%14.39
%44.51

CMYK Percentages of Color #d94ceb

%8
%68
%0
%8

Triadic Colors of #d94ceb

#d94ceb #ebd94c #4cebd9

Analogous Colors of #d94ceb

#d94ceb #eb4cae #8a4ceb

Monochromatic Colors of #d94ceb

#d94ceb

Complementary Color

#d94ceb #5eeb4c

#d94ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94ceb Color CSS Codes

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

#d94ceb Text Font Color

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

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


#d94ceb Background Color

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

This div background color is #d94ceb


#d94ceb Border Color

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

This div border color is #d94ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94ceb


Comments

No comments written yet.

Please login to write comment.