color codes Logo

#b55edc color codes

#B55EDC
(181,94,220)
0 Favorites   0 Comments

Color spaces of #b55edc

RGB 18194220
HSL0.780.640.62
HSV281°57°86°
CMYK 0.180.570.00   0.14
XYZ35.977022.996570.2527
Yxy22.99650.27840.1780
Hunter Lab47.954749.9953-53.2905
CIE-Lab55.068755.3557-50.2892

#b55edc color RGB value is (181,94,220).

#b55edc hex color red value is 181, green value is 94 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b55edc hue: 0.78 , saturation: 0.64 and the lightness value of b55edc is 0.62.

The process color (four color CMYK) of #b55edc color code is 0.18, 0.57, 0.00, 0.14. Web safe color of #b55edc is #cc66cc. Color #b55edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011110 11011100
Octal 265 136 334
Decimal 181 94 220
Hex B5 5E DC

RGB Percentages of Color #b55edc

%36.57
%18.99
%44.44

CMYK Percentages of Color #b55edc

%18
%57
%0
%14

Triadic Colors of #b55edc

#b55edc #dcb55e #5edcb5

Analogous Colors of #b55edc

#b55edc #dc5ec4 #765edc

Monochromatic Colors of #b55edc

#b55edc

Complementary Color

#b55edc #85dc5e

#b55edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55edc Color CSS Codes

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

#b55edc Text Font Color

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

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


#b55edc Background Color

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

This div background color is #b55edc


#b55edc Border Color

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

This div border color is #b55edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,94,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b55edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b55edc;
  -webkit-box-shadow: 1px 1px 3px 2px #b55edc;
  box-shadow:         1px 1px 3px 2px #b55edc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,94,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55edc


Comments

No comments written yet.

Please login to write comment.