color codes Logo

#742fdd color codes

#742FDD
(116,47,221)
0 Favorites   0 Comments

Color spaces of #742fdd

RGB 11647221
HSL0.730.720.53
HSV264°79°87°
CMYK 0.480.790.00   0.13
XYZ21.270110.966569.4023
Yxy10.96650.20930.1079
Hunter Lab33.115756.6974-101.0761
CIE-Lab39.524064.2342-76.3903

#742fdd color RGB value is (116,47,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101111 11011101
Octal 164 57 335
Decimal 116 47 221
Hex 74 2F DD

RGB Percentages of Color #742fdd

%30.21
%12.24
%57.55

CMYK Percentages of Color #742fdd

%48
%79
%0
%13

Triadic Colors of #742fdd

#742fdd #dd742f #2fdd74

Analogous Colors of #742fdd

#742fdd #cb2fdd #2f41dd

Monochromatic Colors of #742fdd

#742fdd

Complementary Color

#742fdd #98dd2f

#742fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#742fdd Color CSS Codes

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

#742fdd Text Font Color

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

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


#742fdd Background Color

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

This div background color is #742fdd


#742fdd Border Color

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

This div border color is #742fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742fdd


Comments

No comments written yet.

Please login to write comment.