Color Hex Logo

#d37ceb Color Hex

#D37CEB
(211,124,235)
0 Favorites   0 Comments

Color spaces of #d37ceb

RGB 211124235
HSL0.800.740.70
HSV287°47°92°
CMYK 0.100.470.00   0.08
XYZ49.067034.262382.6244
Yxy34.26230.29570.2065
Hunter Lab58.534047.1958-42.7177
CIE-Lab65.170251.2292-42.4742

#d37ceb color RGB value is (211,124,235).

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

The process color (four color CMYK) of #d37ceb color hex is 0.10, 0.47, 0.00, 0.08. Web safe color of #d37ceb is #cc66ff. Color #d37ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111100 11101011
Octal 323 174 353
Decimal 211 124 235
Hex D3 7C EB

RGB Percentages of Color #d37ceb

%37.02
%21.75
%41.23

CMYK Percentages of Color #d37ceb

%10
%47
%0
%8

Triadic Colors of #d37ceb

#d37ceb #ebd37c #7cebd3

Analogous Colors of #d37ceb

#d37ceb #eb7ccc #9c7ceb

Monochromatic Colors of #d37ceb

#d37ceb

Complementary Color

#d37ceb #94eb7c

#d37ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37ceb Color CSS Codes

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

#d37ceb Text Font Color

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

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


#d37ceb Background Color

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

This div background color is #d37ceb


#d37ceb Border Color

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

This div border color is #d37ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37ceb


Comments

No comments written yet.

Please login to write comment.