Color Hex Logo

#d153fe Color Hex

#D153FE
(209,83,254)
0 Favorites   0 Comments

Color spaces of #d153fe

RGB 20983254
HSL0.790.990.66
HSV284°67°100°
CMYK 0.180.670.00   0.00
XYZ47.277126.897696.4659
Yxy26.89760.27710.1576
Hunter Lab51.862971.9567-73.9764
CIE-Lab58.879473.4071-62.9860

#d153fe color RGB value is (209,83,254).

#d153fe hex color red value is 209, green value is 83 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d153fe hue: 0.79 , saturation: 0.99 and the lightness value of d153fe is 0.66.

The process color (four color CMYK) of #d153fe color hex is 0.18, 0.67, 0.00, 0.00. Web safe color of #d153fe is #cc66ff. Color #d153fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010011 11111110
Octal 321 123 376
Decimal 209 83 254
Hex D1 53 FE

RGB Percentages of Color #d153fe

%38.28
%15.20
%46.52

CMYK Percentages of Color #d153fe

%18
%67
%0
%0

Triadic Colors of #d153fe

#d153fe #fed153 #53fed1

Analogous Colors of #d153fe

#d153fe #fe53d6 #7c53fe

Monochromatic Colors of #d153fe

#d153fe

Complementary Color

#d153fe #80fe53

#d153fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d153fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d153fe Color CSS Codes

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

#d153fe Text Font Color

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

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


#d153fe Background Color

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

This div background color is #d153fe


#d153fe Border Color

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

This div border color is #d153fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d153fe

Related Colors


Comments

No comments written yet.

Please login to write comment.