Color Hex Logo

#975ddb Color Hex

#975DDB
(151,93,219)
0 Favorites   0 Comments

Color spaces of #975ddb

RGB 15193219
HSL0.740.640.61
HSV268°58°86°
CMYK 0.310.580.00   0.14
XYZ29.463019.522569.2332
Yxy19.52250.24920.1651
Hunter Lab44.184341.7051-61.9737
CIE-Lab51.293048.3330-55.9590

#975ddb color RGB value is (151,93,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011101 11011011
Octal 227 135 333
Decimal 151 93 219
Hex 97 5D DB

RGB Percentages of Color #975ddb

%32.61
%20.09
%47.30

CMYK Percentages of Color #975ddb

%31
%58
%0
%14

Triadic Colors of #975ddb

#975ddb #db975d #5ddb97

Analogous Colors of #975ddb

#975ddb #d65ddb #5d62db

Monochromatic Colors of #975ddb

#975ddb

Complementary Color

#975ddb #a1db5d

#975ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#975ddb Color CSS Codes

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

#975ddb Text Font Color

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

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


#975ddb Background Color

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

This div background color is #975ddb


#975ddb Border Color

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

This div border color is #975ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975ddb


Comments

No comments written yet.

Please login to write comment.