Color Hex Logo

#752dce Color Hex

#752DCE
(117,45,206)
0 Favorites   0 Comments

Color spaces of #752dce

RGB 11745206
HSL0.740.640.49
HSV267°78°81°
CMYK 0.430.780.00   0.19
XYZ19.415110.114959.3216
Yxy10.11490.21850.1138
Hunter Lab31.803953.3106-88.3267
CIE-Lab38.047961.5024-70.1622

#752dce color RGB value is (117,45,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101101 11001110
Octal 165 55 316
Decimal 117 45 206
Hex 75 2D CE

RGB Percentages of Color #752dce

%31.79
%12.23
%55.98

CMYK Percentages of Color #752dce

%43
%78
%0
%19

Triadic Colors of #752dce

#752dce #ce752d #2dce75

Analogous Colors of #752dce

#752dce #c62dce #2d35ce

Monochromatic Colors of #752dce

#752dce

Complementary Color

#752dce #86ce2d

#752dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#752dce Color CSS Codes

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

#752dce Text Font Color

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

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


#752dce Background Color

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

This div background color is #752dce


#752dce Border Color

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

This div border color is #752dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752dce


Comments

No comments written yet.

Please login to write comment.