Color Hex Logo

#752dcd Color Hex

#752DCD
(117,45,205)
0 Favorites   0 Comments

Color spaces of #752dcd

RGB 11745205
HSL0.740.640.49
HSV267°78°80°
CMYK 0.430.780.00   0.20
XYZ19.293910.066558.6837
Yxy10.06650.21910.1143
Hunter Lab31.727753.0237-87.4535
CIE-Lab37.961561.2605-69.7234

#752dcd color RGB value is (117,45,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101101 11001101
Octal 165 55 315
Decimal 117 45 205
Hex 75 2D CD

RGB Percentages of Color #752dcd

%31.88
%12.26
%55.86

CMYK Percentages of Color #752dcd

%43
%78
%0
%20

Triadic Colors of #752dcd

#752dcd #cd752d #2dcd75

Analogous Colors of #752dcd

#752dcd #c52dcd #2d35cd

Monochromatic Colors of #752dcd

#752dcd

Complementary Color

#752dcd #85cd2d

#752dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#752dcd Color CSS Codes

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

#752dcd Text Font Color

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

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


#752dcd Background Color

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

This div background color is #752dcd


#752dcd Border Color

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

This div border color is #752dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752dcd


Comments

No comments written yet.

Please login to write comment.