Color Hex Logo

#975cea Color Hex

#975CEA
(151,92,234)
0 Favorites   0 Comments

Color spaces of #975cea

RGB 15192234
HSL0.740.770.64
HSV265°61°92°
CMYK 0.350.610.00   0.08
XYZ31.440920.174180.0788
Yxy20.17410.23870.1532
Hunter Lab44.915646.3477-74.2656
CIE-Lab52.033552.5500-63.2308

#975cea color RGB value is (151,92,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011100 11101010
Octal 227 134 352
Decimal 151 92 234
Hex 97 5C EA

RGB Percentages of Color #975cea

%31.66
%19.29
%49.06

CMYK Percentages of Color #975cea

%35
%61
%0
%8

Triadic Colors of #975cea

#975cea #ea975c #5cea97

Analogous Colors of #975cea

#975cea #de5cea #5c68ea

Monochromatic Colors of #975cea

#975cea

Complementary Color

#975cea #afea5c

#975cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#975cea Color CSS Codes

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

#975cea Text Font Color

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

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


#975cea Background Color

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

This div background color is #975cea


#975cea Border Color

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

This div border color is #975cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975cea


Comments

No comments written yet.

Please login to write comment.