Color Hex Logo

#752dcf Color Hex

#752DCF
(117,45,207)
0 Favorites   0 Comments

Color spaces of #752dcf

RGB 11745207
HSL0.740.640.49
HSV267°78°81°
CMYK 0.430.780.00   0.19
XYZ19.537010.163759.9636
Yxy10.16370.21790.1134
Hunter Lab31.880653.5971-89.2012
CIE-Lab38.134661.7433-70.5997

#752dcf color RGB value is (117,45,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101101 11001111
Octal 165 55 317
Decimal 117 45 207
Hex 75 2D CF

RGB Percentages of Color #752dcf

%31.71
%12.20
%56.10

CMYK Percentages of Color #752dcf

%43
%78
%0
%19

Triadic Colors of #752dcf

#752dcf #cf752d #2dcf75

Analogous Colors of #752dcf

#752dcf #c62dcf #2d36cf

Monochromatic Colors of #752dcf

#752dcf

Complementary Color

#752dcf #87cf2d

#752dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#752dcf Color CSS Codes

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

#752dcf Text Font Color

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

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


#752dcf Background Color

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

This div background color is #752dcf


#752dcf Border Color

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

This div border color is #752dcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,45,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 #752dcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752dcf


Comments

No comments written yet.

Please login to write comment.