Color Hex Logo

#975fdc Color Hex

#975FDC
(151,95,220)
0 Favorites   0 Comments

Color spaces of #975fdc

RGB 15195220
HSL0.740.640.62
HSV267°57°86°
CMYK 0.310.570.00   0.14
XYZ29.773019.931069.9880
Yxy19.93100.24870.1665
Hunter Lab44.644140.9137-61.6972
CIE-Lab51.759147.5065-55.7781

#975fdc color RGB value is (151,95,220).

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

The process color (four color CMYK) of #975fdc color hex is 0.31, 0.57, 0.00, 0.14. Web safe color of #975fdc is #9966cc. Color #975fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011111 11011100
Octal 227 137 334
Decimal 151 95 220
Hex 97 5F DC

RGB Percentages of Color #975fdc

%32.40
%20.39
%47.21

CMYK Percentages of Color #975fdc

%31
%57
%0
%14

Triadic Colors of #975fdc

#975fdc #dc975f #5fdc97

Analogous Colors of #975fdc

#975fdc #d65fdc #5f66dc

Monochromatic Colors of #975fdc

#975fdc

Complementary Color

#975fdc #a4dc5f

#975fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#975fdc Color CSS Codes

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

#975fdc Text Font Color

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

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


#975fdc Background Color

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

This div background color is #975fdc


#975fdc Border Color

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

This div border color is #975fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975fdc


Comments

No comments written yet.

Please login to write comment.