Color Hex Logo

#742ddd Color Hex

#742DDD
(116,45,221)
0 Favorites   0 Comments

Color spaces of #742ddd

RGB 11645221
HSL0.730.720.52
HSV264°80°87°
CMYK 0.480.800.00   0.13
XYZ21.192010.810269.3763
Yxy10.81020.20900.1066
Hunter Lab32.878957.5137-102.0901
CIE-Lab39.258965.0047-76.8258

#742ddd color RGB value is (116,45,221).

#742ddd hex color red value is 116, green value is 45 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #742ddd hue: 0.73 , saturation: 0.72 and the lightness value of 742ddd is 0.52.

The process color (four color CMYK) of #742ddd color hex is 0.48, 0.80, 0.00, 0.13. Web safe color of #742ddd is #6633cc. Color #742ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101101 11011101
Octal 164 55 335
Decimal 116 45 221
Hex 74 2D DD

RGB Percentages of Color #742ddd

%30.37
%11.78
%57.85

CMYK Percentages of Color #742ddd

%48
%80
%0
%13

Triadic Colors of #742ddd

#742ddd #dd742d #2ddd74

Analogous Colors of #742ddd

#742ddd #cc2ddd #2d3edd

Monochromatic Colors of #742ddd

#742ddd

Complementary Color

#742ddd #96dd2d

#742ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#742ddd Color CSS Codes

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

#742ddd Text Font Color

<p style="color:#742ddd">Text here</p>

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


#742ddd Background Color

<div style="background-color:#742ddd">
Div content here</div>

This div background color is #742ddd


#742ddd Border Color

<div style="border:3px solid #742ddd">
Div here</div>

This div border color is #742ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,45,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #742ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #742ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #742ddd;
  box-shadow:         1px 1px 3px 2px #742ddd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742ddd


Comments

No comments written yet.

Please login to write comment.