Color Hex Logo

#7254dc Color Hex

#7254DC
(114,84,220)
0 Favorites   0 Comments

Color spaces of #7254dc

RGB 11484220
HSL0.700.660.60
HSV253°62°86°
CMYK 0.480.620.00   0.14
XYZ23.028015.085469.4082
Yxy15.08540.21420.1403
Hunter Lab38.839937.8619-78.7652
CIE-Lab45.750945.5363-65.6590

#7254dc color RGB value is (114,84,220).

#7254dc hex color red value is 114, green value is 84 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7254dc hue: 0.70 , saturation: 0.66 and the lightness value of 7254dc is 0.60.

The process color (four color CMYK) of #7254dc color hex is 0.48, 0.62, 0.00, 0.14. Web safe color of #7254dc is #6666cc. Color #7254dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010100 11011100
Octal 162 124 334
Decimal 114 84 220
Hex 72 54 DC

RGB Percentages of Color #7254dc

%27.27
%20.10
%52.63

CMYK Percentages of Color #7254dc

%48
%62
%0
%14

Triadic Colors of #7254dc

#7254dc #dc7254 #54dc72

Analogous Colors of #7254dc

#7254dc #b654dc #547adc

Monochromatic Colors of #7254dc

#7254dc

Complementary Color

#7254dc #bedc54

#7254dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7254dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7254dc Color CSS Codes

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

#7254dc Text Font Color

<p style="color:#7254dc">Text here</p>

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


#7254dc Background Color

<div style="background-color:#7254dc">
Div content here</div>

This div background color is #7254dc


#7254dc Border Color

<div style="border:3px solid #7254dc">
Div here</div>

This div border color is #7254dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,84,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7254dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7254dc;
  -webkit-box-shadow: 1px 1px 3px 2px #7254dc;
  box-shadow:         1px 1px 3px 2px #7254dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,84,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 #7254dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7254dc


Comments

No comments written yet.

Please login to write comment.