Color Hex Logo

#b074ca Color Hex

#B074CA
(176,116,202)
0 Favorites   0 Comments

Color spaces of #b074ca

RGB 176116202
HSL0.780.450.62
HSV282°43°79°
CMYK 0.130.430.00   0.21
XYZ34.810625.985259.0580
Yxy25.98520.29040.2168
Hunter Lab50.975732.6878-33.0076
CIE-Lab58.023038.6700-35.4800

#b074ca color RGB value is (176,116,202).

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

The process color (four color CMYK) of #b074ca color hex is 0.13, 0.43, 0.00, 0.21. Web safe color of #b074ca is #9966cc. Color #b074ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110100 11001010
Octal 260 164 312
Decimal 176 116 202
Hex B0 74 CA

RGB Percentages of Color #b074ca

%35.63
%23.48
%40.89

CMYK Percentages of Color #b074ca

%13
%43
%0
%21

Triadic Colors of #b074ca

#b074ca #cab074 #74cab0

Analogous Colors of #b074ca

#b074ca #ca74b9 #8574ca

Monochromatic Colors of #b074ca

#b074ca

Complementary Color

#b074ca #8eca74

#b074ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b074ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b074ca Color CSS Codes

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

#b074ca Text Font Color

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

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


#b074ca Background Color

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

This div background color is #b074ca


#b074ca Border Color

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

This div border color is #b074ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b074ca


Comments

No comments written yet.

Please login to write comment.