Color Hex Logo

#b472ca Color Hex

#B472CA
(180,114,202)
0 Favorites   0 Comments

Color spaces of #b472ca

RGB 180114202
HSL0.790.450.62
HSV285°44°79°
CMYK 0.110.440.00   0.21
XYZ35.500426.002259.0250
Yxy26.00220.29450.2157
Hunter Lab50.992435.0334-32.9351
CIE-Lab58.039140.9480-35.4218

#b472ca color RGB value is (180,114,202).

#b472ca hex color red value is 180, green value is 114 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b472ca hue: 0.79 , saturation: 0.45 and the lightness value of b472ca is 0.62.

The process color (four color CMYK) of #b472ca color hex is 0.11, 0.44, 0.00, 0.21. Web safe color of #b472ca is #cc66cc. Color #b472ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110010 11001010
Octal 264 162 312
Decimal 180 114 202
Hex B4 72 CA

RGB Percentages of Color #b472ca

%36.29
%22.98
%40.73

CMYK Percentages of Color #b472ca

%11
%44
%0
%21

Triadic Colors of #b472ca

#b472ca #cab472 #72cab4

Analogous Colors of #b472ca

#b472ca #ca72b4 #8872ca

Monochromatic Colors of #b472ca

#b472ca

Complementary Color

#b472ca #88ca72

#b472ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b472ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b472ca Color CSS Codes

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

#b472ca Text Font Color

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

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


#b472ca Background Color

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

This div background color is #b472ca


#b472ca Border Color

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

This div border color is #b472ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b472ca


Comments

No comments written yet.

Please login to write comment.