Color Hex Logo

#d153ec Color Hex

#D153EC
(209,83,236)
0 Favorites   0 Comments

Color spaces of #d153ec

RGB 20983236
HSL0.800.800.63
HSV289°65°93°
CMYK 0.110.650.00   0.07
XYZ44.528125.798081.9895
Yxy25.79800.29230.1694
Hunter Lab50.791767.6019-60.1534
CIE-Lab57.844870.0343-54.6358

#d153ec color RGB value is (209,83,236).

#d153ec hex color red value is 209, green value is 83 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d153ec hue: 0.80 , saturation: 0.80 and the lightness value of d153ec is 0.63.

The process color (four color CMYK) of #d153ec color hex is 0.11, 0.65, 0.00, 0.07. Web safe color of #d153ec is #cc66ff. Color #d153ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010011 11101100
Octal 321 123 354
Decimal 209 83 236
Hex D1 53 EC

RGB Percentages of Color #d153ec

%39.58
%15.72
%44.70

CMYK Percentages of Color #d153ec

%11
%65
%0
%7

Triadic Colors of #d153ec

#d153ec #ecd153 #53ecd1

Analogous Colors of #d153ec

#d153ec #ec53bb #8553ec

Monochromatic Colors of #d153ec

#d153ec

Complementary Color

#d153ec #6eec53

#d153ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d153ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d153ec Color CSS Codes

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

#d153ec Text Font Color

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

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


#d153ec Background Color

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

This div background color is #d153ec


#d153ec Border Color

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

This div border color is #d153ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,83,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d153ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d153ec;
  -webkit-box-shadow: 1px 1px 3px 2px #d153ec;
  box-shadow:         1px 1px 3px 2px #d153ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,83,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d153ec


Comments

No comments written yet.

Please login to write comment.