Color Hex Logo

#da1cee Color Hex

#DA1CEE
(218,28,238)
0 Favorites   0 Comments

Color spaces of #da1cee

RGB 21828238
HSL0.820.860.52
HSV294°88°93°
CMYK 0.080.880.00   0.07
XYZ44.761321.909082.7586
Yxy21.90900.29950.1466
Hunter Lab46.807188.7861-72.0645
CIE-Lab53.930387.5838-61.9521

#da1cee color RGB value is (218,28,238).

#da1cee hex color red value is 218, green value is 28 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #da1cee hue: 0.82 , saturation: 0.86 and the lightness value of da1cee is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011100 11101110
Octal 332 34 356
Decimal 218 28 238
Hex DA 1C EE

RGB Percentages of Color #da1cee

%45.04
%5.79
%49.17

CMYK Percentages of Color #da1cee

%8
%88
%0
%7

Triadic Colors of #da1cee

#da1cee #eeda1c #1ceeda

Analogous Colors of #da1cee

#da1cee #ee1c99 #711cee

Monochromatic Colors of #da1cee

#da1cee

Complementary Color

#da1cee #30ee1c

#da1cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da1cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#da1cee Color CSS Codes

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

#da1cee Text Font Color

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

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


#da1cee Background Color

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

This div background color is #da1cee


#da1cee Border Color

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

This div border color is #da1cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,28,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da1cee


Comments

No comments written yet.

Please login to write comment.