Color Hex Logo

#982dc0 Color Hex

#982DC0
(152,45,192)
0 Favorites   0 Comments

Color spaces of #982dc0

RGB 15245192
HSL0.790.620.46
HSV284°77°75°
CMYK 0.210.770.00   0.25
XYZ23.401712.357951.0211
Yxy12.35790.26970.1424
Hunter Lab35.153857.3073-61.4439
CIE-Lab41.779464.3322-55.7239

#982dc0 color RGB value is (152,45,192).

#982dc0 hex color red value is 152, green value is 45 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #982dc0 hue: 0.79 , saturation: 0.62 and the lightness value of 982dc0 is 0.46.

The process color (four color CMYK) of #982dc0 color hex is 0.21, 0.77, 0.00, 0.25. Web safe color of #982dc0 is #9933cc. Color #982dc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101101 11000000
Octal 230 55 300
Decimal 152 45 192
Hex 98 2D C0

RGB Percentages of Color #982dc0

%39.07
%11.57
%49.36

CMYK Percentages of Color #982dc0

%21
%77
%0
%25

Triadic Colors of #982dc0

#982dc0 #c0982d #2dc098

Analogous Colors of #982dc0

#982dc0 #c02d9f #4e2dc0

Monochromatic Colors of #982dc0

#982dc0

Complementary Color

#982dc0 #55c02d

#982dc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982dc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#982dc0 Color CSS Codes

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

#982dc0 Text Font Color

<p style="color:#982dc0">Text here</p>

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


#982dc0 Background Color

<div style="background-color:#982dc0">
Div content here</div>

This div background color is #982dc0


#982dc0 Border Color

<div style="border:3px solid #982dc0">
Div here</div>

This div border color is #982dc0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,45,192, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #982dc0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #982dc0;
  -webkit-box-shadow: 1px 1px 3px 2px #982dc0;
  box-shadow:         1px 1px 3px 2px #982dc0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,45,192, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982dc0


Comments

No comments written yet.

Please login to write comment.