Color Hex Logo

#b433cf Color Hex

#B433CF
(180,51,207)
0 Favorites   0 Comments

Color spaces of #b433cf

RGB 18051207
HSL0.800.620.51
HSV290°75°81°
CMYK 0.130.750.00   0.19
XYZ31.268716.575960.5829
Yxy16.57590.28840.1529
Hunter Lab40.713565.8425-59.7258
CIE-Lab47.721270.5051-54.6337

#b433cf color RGB value is (180,51,207).

#b433cf hex color red value is 180, green value is 51 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b433cf hue: 0.80 , saturation: 0.62 and the lightness value of b433cf is 0.51.

The process color (four color CMYK) of #b433cf color hex is 0.13, 0.75, 0.00, 0.19. Web safe color of #b433cf is #cc33cc. Color #b433cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110011 11001111
Octal 264 63 317
Decimal 180 51 207
Hex B4 33 CF

RGB Percentages of Color #b433cf

%41.10
%11.64
%47.26

CMYK Percentages of Color #b433cf

%13
%75
%0
%19

Triadic Colors of #b433cf

#b433cf #cfb433 #33cfb4

Analogous Colors of #b433cf

#b433cf #cf339c #6633cf

Monochromatic Colors of #b433cf

#b433cf

Complementary Color

#b433cf #4ecf33

#b433cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b433cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b433cf Color CSS Codes

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

#b433cf Text Font Color

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

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


#b433cf Background Color

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

This div background color is #b433cf


#b433cf Border Color

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

This div border color is #b433cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,51,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b433cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b433cf;
  -webkit-box-shadow: 1px 1px 3px 2px #b433cf;
  box-shadow:         1px 1px 3px 2px #b433cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,51,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b433cf


Comments

No comments written yet.

Please login to write comment.