color codes Logo

#750ddc color codes

#750DDC
(117,13,220)
0 Favorites   0 Comments

Color spaces of #750ddc

RGB 11713220
HSL0.750.890.46
HSV270°94°86°
CMYK 0.470.940.00   0.14
XYZ20.39839.237168.4180
Yxy9.23710.20800.0942
Hunter Lab30.392666.6150-112.1953
CIE-Lab36.436873.3355-80.8954

#750ddc color RGB value is (117,13,220).

#750ddc hex color red value is 117, green value is 13 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #750ddc hue: 0.75 , saturation: 0.89 and the lightness value of 750ddc is 0.46.

The process color (four color CMYK) of #750ddc color code is 0.47, 0.94, 0.00, 0.14. Web safe color of #750ddc is #6600cc. Color #750ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001101 11011100
Octal 165 15 334
Decimal 117 13 220
Hex 75 D DC

RGB Percentages of Color #750ddc

%33.43
%3.71
%62.86

CMYK Percentages of Color #750ddc

%47
%94
%0
%14

Triadic Colors of #750ddc

#750ddc #dc750d #0ddc75

Analogous Colors of #750ddc

#750ddc #dc0ddc #0e0ddc

Monochromatic Colors of #750ddc

#750ddc

Complementary Color

#750ddc #74dc0d

#750ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#750ddc Color CSS Codes

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

#750ddc Text Font Color

<p style="color:#750ddc">Text here</p>

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


#750ddc Background Color

<div style="background-color:#750ddc">
Div content here</div>

This div background color is #750ddc


#750ddc Border Color

<div style="border:3px solid #750ddc">
Div here</div>

This div border color is #750ddc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,13,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #750ddc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #750ddc;
  -webkit-box-shadow: 1px 1px 3px 2px #750ddc;
  box-shadow:         1px 1px 3px 2px #750ddc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750ddc


Comments

No comments written yet.

Please login to write comment.