Color Hex Logo

#975ceb Color Hex

#975CEB
(151,92,235)
0 Favorites   0 Comments

Color spaces of #975ceb

RGB 15192235
HSL0.740.780.64
HSV265°61°92°
CMYK 0.360.610.00   0.08
XYZ31.585020.231880.8377
Yxy20.23180.23810.1525
Hunter Lab44.979846.6289-75.0702
CIE-Lab52.098352.7982-63.6876

#975ceb color RGB value is (151,92,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011100 11101011
Octal 227 134 353
Decimal 151 92 235
Hex 97 5C EB

RGB Percentages of Color #975ceb

%31.59
%19.25
%49.16

CMYK Percentages of Color #975ceb

%36
%61
%0
%8

Triadic Colors of #975ceb

#975ceb #eb975c #5ceb97

Analogous Colors of #975ceb

#975ceb #df5ceb #5c69eb

Monochromatic Colors of #975ceb

#975ceb

Complementary Color

#975ceb #b0eb5c

#975ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#975ceb Color CSS Codes

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

#975ceb Text Font Color

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

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


#975ceb Background Color

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

This div background color is #975ceb


#975ceb Border Color

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

This div border color is #975ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975ceb


Comments

No comments written yet.

Please login to write comment.