color codes Logo

#742ffc color codes

#742FFC
(116,47,252)
0 Favorites   0 Comments

Color spaces of #742ffc

RGB 11647252
HSL0.720.970.59
HSV260°81°99°
CMYK 0.540.810.00   0.01
XYZ25.789712.774393.2019
Yxy12.77430.19570.0969
Hunter Lab35.741266.2530-129.5912
CIE-Lab42.421271.8820-89.1709

#742ffc color RGB value is (116,47,252).

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

The process color (four color CMYK) of #742ffc color code is 0.54, 0.81, 0.00, 0.01. Web safe color of #742ffc is #6633ff. Color #742ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101111 11111100
Octal 164 57 374
Decimal 116 47 252
Hex 74 2F FC

RGB Percentages of Color #742ffc

%27.95
%11.33
%60.72

CMYK Percentages of Color #742ffc

%54
%81
%0
%1

Triadic Colors of #742ffc

#742ffc #fc742f #2ffc74

Analogous Colors of #742ffc

#742ffc #db2ffc #2f51fc

Monochromatic Colors of #742ffc

#742ffc

Complementary Color

#742ffc #b7fc2f

#742ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#742ffc Color CSS Codes

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

#742ffc Text Font Color

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

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


#742ffc Background Color

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

This div background color is #742ffc


#742ffc Border Color

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

This div border color is #742ffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,47,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742ffc


Comments

No comments written yet.

Please login to write comment.