Color Hex Logo

#b02690 Color Hex

#B02690
(176,38,144)
0 Favorites   0 Comments

Color spaces of #b02690

RGB 17638144
HSL0.870.640.42
HSV314°78°69°
CMYK 0.000.780.18   0.31
XYZ23.631712.629927.5779
Yxy12.62990.37020.1978
Hunter Lab35.538656.5027-21.1320
CIE-Lab42.200263.5416-26.1955

#b02690 color RGB value is (176,38,144).

#b02690 hex color red value is 176, green value is 38 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b02690 hue: 0.87 , saturation: 0.64 and the lightness value of b02690 is 0.42.

The process color (four color CMYK) of #b02690 color hex is 0.00, 0.78, 0.18, 0.31. Web safe color of #b02690 is #993399. Color #b02690 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100110 10010000
Octal 260 46 220
Decimal 176 38 144
Hex B0 26 90

RGB Percentages of Color #b02690

%49.16
%10.61
%40.22

CMYK Percentages of Color #b02690

%0
%78
%18
%31

Triadic Colors of #b02690

#b02690 #90b026 #2690b0

Analogous Colors of #b02690

#b02690 #b0264b #8b26b0

Monochromatic Colors of #b02690

#b02690

Complementary Color

#b02690 #26b046

#b02690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02690 Color CSS Codes

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

#b02690 Text Font Color

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

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


#b02690 Background Color

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

This div background color is #b02690


#b02690 Border Color

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

This div border color is #b02690


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,38,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02690


Comments

No comments written yet.

Please login to write comment.