Color Hex Logo

#b253de Color Hex

#B253DE
(178,83,222)
0 Favorites   0 Comments

Color spaces of #b253de

RGB 17883222
HSL0.780.680.60
HSV281°63°87°
CMYK 0.200.630.00   0.13
XYZ34.638220.925471.3206
Yxy20.92540.27300.1649
Hunter Lab45.744355.1101-60.4189
CIE-Lab52.867860.2994-54.9552

#b253de color RGB value is (178,83,222).

#b253de hex color red value is 178, green value is 83 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b253de hue: 0.78 , saturation: 0.68 and the lightness value of b253de is 0.60.

The process color (four color CMYK) of #b253de color hex is 0.20, 0.63, 0.00, 0.13. Web safe color of #b253de is #9966cc. Color #b253de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010011 11011110
Octal 262 123 336
Decimal 178 83 222
Hex B2 53 DE

RGB Percentages of Color #b253de

%36.85
%17.18
%45.96

CMYK Percentages of Color #b253de

%20
%63
%0
%13

Triadic Colors of #b253de

#b253de #deb253 #53deb2

Analogous Colors of #b253de

#b253de #de53c5 #6d53de

Monochromatic Colors of #b253de

#b253de

Complementary Color

#b253de #7fde53

#b253de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b253de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b253de Color CSS Codes

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

#b253de Text Font Color

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

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


#b253de Background Color

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

This div background color is #b253de


#b253de Border Color

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

This div border color is #b253de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b253de


Comments

No comments written yet.

Please login to write comment.