Color Hex Logo

#975bed Color Hex

#975BED
(151,91,237)
0 Favorites   0 Comments

Color spaces of #975bed

RGB 15191237
HSL0.740.800.64
HSV265°62°93°
CMYK 0.360.620.00   0.07
XYZ31.789620.175982.3396
Yxy20.17590.23670.1502
Hunter Lab44.917647.7243-77.2437
CIE-Lab52.035553.8150-64.9105

#975bed color RGB value is (151,91,237).

#975bed hex color red value is 151, green value is 91 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #975bed hue: 0.74 , saturation: 0.80 and the lightness value of 975bed is 0.64.

The process color (four color CMYK) of #975bed color hex is 0.36, 0.62, 0.00, 0.07. Web safe color of #975bed is #9966ff. Color #975bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011011 11101101
Octal 227 133 355
Decimal 151 91 237
Hex 97 5B ED

RGB Percentages of Color #975bed

%31.52
%19.00
%49.48

CMYK Percentages of Color #975bed

%36
%62
%0
%7

Triadic Colors of #975bed

#975bed #ed975b #5bed97

Analogous Colors of #975bed

#975bed #e05bed #5b68ed

Monochromatic Colors of #975bed

#975bed

Complementary Color

#975bed #b1ed5b

#975bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#975bed Color CSS Codes

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

#975bed Text Font Color

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

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


#975bed Background Color

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

This div background color is #975bed


#975bed Border Color

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

This div border color is #975bed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,91,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #975bed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #975bed;
  -webkit-box-shadow: 1px 1px 3px 2px #975bed;
  box-shadow:         1px 1px 3px 2px #975bed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,91,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975bed


Comments

No comments written yet.

Please login to write comment.