Color Hex Logo

#d34ceb Color Hex

#D34CEB
(211,76,235)
0 Favorites   0 Comments

Color spaces of #d34ceb

RGB 21176235
HSL0.810.800.61
HSV291°68°92°
CMYK 0.100.680.00   0.08
XYZ44.443825.015981.0834
Yxy25.01590.29520.1662
Hunter Lab50.015971.0861-61.1070
CIE-Lab57.090973.0386-55.2629

#d34ceb color RGB value is (211,76,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001100 11101011
Octal 323 114 353
Decimal 211 76 235
Hex D3 4C EB

RGB Percentages of Color #d34ceb

%40.42
%14.56
%45.02

CMYK Percentages of Color #d34ceb

%10
%68
%0
%8

Triadic Colors of #d34ceb

#d34ceb #ebd34c #4cebd3

Analogous Colors of #d34ceb

#d34ceb #eb4cb4 #844ceb

Monochromatic Colors of #d34ceb

#d34ceb

Complementary Color

#d34ceb #64eb4c

#d34ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34ceb Color CSS Codes

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

#d34ceb Text Font Color

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

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


#d34ceb Background Color

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

This div background color is #d34ceb


#d34ceb Border Color

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

This div border color is #d34ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34ceb


Comments

No comments written yet.

Please login to write comment.