Color Hex Logo

#983ccf Color Hex

#983CCF
(152,60,207)
0 Favorites   0 Comments

Color spaces of #983ccf

RGB 15260207
HSL0.770.600.52
HSV278°71°81°
CMYK 0.270.710.00   0.19
XYZ25.827214.412160.4521
Yxy14.41210.25650.1431
Hunter Lab37.963355.0015-67.8381
CIE-Lab44.818261.7068-59.5203

#983ccf color RGB value is (152,60,207).

#983ccf hex color red value is 152, green value is 60 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #983ccf hue: 0.77 , saturation: 0.60 and the lightness value of 983ccf is 0.52.

The process color (four color CMYK) of #983ccf color hex is 0.27, 0.71, 0.00, 0.19. Web safe color of #983ccf is #9933cc. Color #983ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111100 11001111
Octal 230 74 317
Decimal 152 60 207
Hex 98 3C CF

RGB Percentages of Color #983ccf

%36.28
%14.32
%49.40

CMYK Percentages of Color #983ccf

%27
%71
%0
%19

Triadic Colors of #983ccf

#983ccf #cf983c #3ccf98

Analogous Colors of #983ccf

#983ccf #cf3cbd #4e3ccf

Monochromatic Colors of #983ccf

#983ccf

Complementary Color

#983ccf #73cf3c

#983ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#983ccf Color CSS Codes

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

#983ccf Text Font Color

<p style="color:#983ccf">Text here</p>

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


#983ccf Background Color

<div style="background-color:#983ccf">
Div content here</div>

This div background color is #983ccf


#983ccf Border Color

<div style="border:3px solid #983ccf">
Div here</div>

This div border color is #983ccf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,60,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #983ccf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #983ccf;
  -webkit-box-shadow: 1px 1px 3px 2px #983ccf;
  box-shadow:         1px 1px 3px 2px #983ccf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983ccf


Comments

No comments written yet.

Please login to write comment.