Color Hex Logo

#d483ee Color Hex

#D483EE
(212,131,238)
0 Favorites   0 Comments

Color spaces of #d483ee

RGB 212131238
HSL0.790.760.72
HSV285°45°93°
CMYK 0.110.450.00   0.07
XYZ50.700336.402785.2431
Yxy36.40270.29420.2112
Hunter Lab60.334744.4111-41.5329
CIE-Lab66.826548.4923-41.5259

#d483ee color RGB value is (212,131,238).

#d483ee hex color red value is 212, green value is 131 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d483ee hue: 0.79 , saturation: 0.76 and the lightness value of d483ee is 0.72.

The process color (four color CMYK) of #d483ee color hex is 0.11, 0.45, 0.00, 0.07. Web safe color of #d483ee is #cc99ff. Color #d483ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000011 11101110
Octal 324 203 356
Decimal 212 131 238
Hex D4 83 EE

RGB Percentages of Color #d483ee

%36.49
%22.55
%40.96

CMYK Percentages of Color #d483ee

%11
%45
%0
%7

Triadic Colors of #d483ee

#d483ee #eed483 #83eed4

Analogous Colors of #d483ee

#d483ee #ee83d3 #9f83ee

Monochromatic Colors of #d483ee

#d483ee

Complementary Color

#d483ee #9dee83

#d483ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d483ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d483ee Color CSS Codes

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

#d483ee Text Font Color

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

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


#d483ee Background Color

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

This div background color is #d483ee


#d483ee Border Color

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

This div border color is #d483ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d483ee


Comments

No comments written yet.

Please login to write comment.