Color Hex Logo

#753cdd Color Hex

#753CDD
(117,60,221)
0 Favorites   0 Comments

Color spaces of #753cdd

RGB 11760221
HSL0.730.700.55
HSV261°73°87°
CMYK 0.470.730.00   0.13
XYZ22.003112.234169.6083
Yxy12.23410.21190.1178
Hunter Lab34.977351.0785-93.5090
CIE-Lab41.585858.7949-73.0056

#753cdd color RGB value is (117,60,221).

#753cdd hex color red value is 117, green value is 60 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #753cdd hue: 0.73 , saturation: 0.70 and the lightness value of 753cdd is 0.55.

The process color (four color CMYK) of #753cdd color hex is 0.47, 0.73, 0.00, 0.13. Web safe color of #753cdd is #6633cc. Color #753cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111100 11011101
Octal 165 74 335
Decimal 117 60 221
Hex 75 3C DD

RGB Percentages of Color #753cdd

%29.40
%15.08
%55.53

CMYK Percentages of Color #753cdd

%47
%73
%0
%13

Triadic Colors of #753cdd

#753cdd #dd753c #3cdd75

Analogous Colors of #753cdd

#753cdd #c63cdd #3c53dd

Monochromatic Colors of #753cdd

#753cdd

Complementary Color

#753cdd #a4dd3c

#753cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#753cdd Color CSS Codes

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

#753cdd Text Font Color

<p style="color:#753cdd">Text here</p>

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


#753cdd Background Color

<div style="background-color:#753cdd">
Div content here</div>

This div background color is #753cdd


#753cdd Border Color

<div style="border:3px solid #753cdd">
Div here</div>

This div border color is #753cdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,60,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #753cdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #753cdd;
  -webkit-box-shadow: 1px 1px 3px 2px #753cdd;
  box-shadow:         1px 1px 3px 2px #753cdd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753cdd


Comments

No comments written yet.

Please login to write comment.