Color Hex Logo

#752fcc Color Hex

#752FCC
(117,47,204)
0 Favorites   0 Comments

Color spaces of #752fcc

RGB 11747204
HSL0.740.630.49
HSV267°77°80°
CMYK 0.430.770.00   0.20
XYZ19.251710.174658.0760
Yxy10.17460.22000.1163
Hunter Lab31.897651.9121-85.6209
CIE-Lab38.154060.2165-68.8278

#752fcc color RGB value is (117,47,204).

#752fcc hex color red value is 117, green value is 47 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #752fcc hue: 0.74 , saturation: 0.63 and the lightness value of 752fcc is 0.49.

The process color (four color CMYK) of #752fcc color hex is 0.43, 0.77, 0.00, 0.20. Web safe color of #752fcc is #6633cc. Color #752fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101111 11001100
Octal 165 57 314
Decimal 117 47 204
Hex 75 2F CC

RGB Percentages of Color #752fcc

%31.79
%12.77
%55.43

CMYK Percentages of Color #752fcc

%43
%77
%0
%20

Triadic Colors of #752fcc

#752fcc #cc752f #2fcc75

Analogous Colors of #752fcc

#752fcc #c42fcc #2f37cc

Monochromatic Colors of #752fcc

#752fcc

Complementary Color

#752fcc #86cc2f

#752fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#752fcc Color CSS Codes

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

#752fcc Text Font Color

<p style="color:#752fcc">Text here</p>

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


#752fcc Background Color

<div style="background-color:#752fcc">
Div content here</div>

This div background color is #752fcc


#752fcc Border Color

<div style="border:3px solid #752fcc">
Div here</div>

This div border color is #752fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,47,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #752fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #752fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #752fcc;
  box-shadow:         1px 1px 3px 2px #752fcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,47,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752fcc


Comments

No comments written yet.

Please login to write comment.