Color Hex Logo

#b93dee Color Hex

#B93DEE
(185,61,238)
0 Favorites   0 Comments

Color spaces of #b93dee

RGB 18561238
HSL0.780.840.59
HSV282°74°93°
CMYK 0.220.740.00   0.07
XYZ37.108919.824882.7596
Yxy19.82480.26560.1419
Hunter Lab44.525070.8500-79.0360
CIE-Lab51.638573.8949-65.9042

#b93dee color RGB value is (185,61,238).

#b93dee hex color red value is 185, green value is 61 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b93dee hue: 0.78 , saturation: 0.84 and the lightness value of b93dee is 0.59.

The process color (four color CMYK) of #b93dee color hex is 0.22, 0.74, 0.00, 0.07. Web safe color of #b93dee is #cc33ff. Color #b93dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111101 11101110
Octal 271 75 356
Decimal 185 61 238
Hex B9 3D EE

RGB Percentages of Color #b93dee

%38.22
%12.60
%49.17

CMYK Percentages of Color #b93dee

%22
%74
%0
%7

Triadic Colors of #b93dee

#b93dee #eeb93d #3deeb9

Analogous Colors of #b93dee

#b93dee #ee3dcb #613dee

Monochromatic Colors of #b93dee

#b93dee

Complementary Color

#b93dee #72ee3d

#b93dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93dee Color CSS Codes

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

#b93dee Text Font Color

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

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


#b93dee Background Color

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

This div background color is #b93dee


#b93dee Border Color

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

This div border color is #b93dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93dee


Comments

No comments written yet.

Please login to write comment.