Color Hex Logo

#b33efd Color Hex

#B33EFD
(179,62,253)
0 Favorites   0 Comments

Color spaces of #b33efd

RGB 17962253
HSL0.770.980.62
HSV277°75°99°
CMYK 0.290.750.00   0.01
XYZ38.042720.120894.8071
Yxy20.12080.24870.1315
Hunter Lab44.856272.8880-93.9147
CIE-Lab51.973575.4910-73.7853

#b33efd color RGB value is (179,62,253).

#b33efd hex color red value is 179, green value is 62 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b33efd hue: 0.77 , saturation: 0.98 and the lightness value of b33efd is 0.62.

The process color (four color CMYK) of #b33efd color hex is 0.29, 0.75, 0.00, 0.01. Web safe color of #b33efd is #cc33ff. Color #b33efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111110 11111101
Octal 263 76 375
Decimal 179 62 253
Hex B3 3E FD

RGB Percentages of Color #b33efd

%36.23
%12.55
%51.21

CMYK Percentages of Color #b33efd

%29
%75
%0
%1

Triadic Colors of #b33efd

#b33efd #fdb33e #3efdb3

Analogous Colors of #b33efd

#b33efd #fd3ee8 #533efd

Monochromatic Colors of #b33efd

#b33efd

Complementary Color

#b33efd #88fd3e

#b33efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33efd Color CSS Codes

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

#b33efd Text Font Color

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

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


#b33efd Background Color

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

This div background color is #b33efd


#b33efd Border Color

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

This div border color is #b33efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,62,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b33efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b33efd;
  -webkit-box-shadow: 1px 1px 3px 2px #b33efd;
  box-shadow:         1px 1px 3px 2px #b33efd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,62,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33efd


Comments

No comments written yet.

Please login to write comment.