Color Hex Logo

#da7ceb Color Hex

#DA7CEB
(218,124,235)
0 Favorites   0 Comments

Color spaces of #da7ceb

RGB 218124235
HSL0.810.740.70
HSV291°47°92°
CMYK 0.070.470.00   0.08
XYZ51.116535.318982.7204
Yxy35.31890.30220.2088
Hunter Lab59.429749.5289-40.9251
CIE-Lab65.996253.1777-41.1208

#da7ceb color RGB value is (218,124,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111100 11101011
Octal 332 174 353
Decimal 218 124 235
Hex DA 7C EB

RGB Percentages of Color #da7ceb

%37.78
%21.49
%40.73

CMYK Percentages of Color #da7ceb

%7
%47
%0
%8

Triadic Colors of #da7ceb

#da7ceb #ebda7c #7cebda

Analogous Colors of #da7ceb

#da7ceb #eb7cc5 #a37ceb

Monochromatic Colors of #da7ceb

#da7ceb

Complementary Color

#da7ceb #8deb7c

#da7ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7ceb Color CSS Codes

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

#da7ceb Text Font Color

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

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


#da7ceb Background Color

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

This div background color is #da7ceb


#da7ceb Border Color

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

This div border color is #da7ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7ceb


Comments

No comments written yet.

Please login to write comment.