Color Hex Logo

#4314ec Color Hex

#4314EC
(67,20,236)
0 Favorites   0 Comments

Color spaces of #4314ec

RGB 6720236
HSL0.700.850.50
HSV253°92°93°
CMYK 0.720.920.00   0.07
XYZ17.70527.749779.9196
Yxy7.74970.16800.0735
Hunter Lab27.838364.8093-150.7260
CIE-Lab33.456172.3830-95.1411

#4314ec color RGB value is (67,20,236).

#4314ec hex color red value is 67, green value is 20 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4314ec hue: 0.70 , saturation: 0.85 and the lightness value of 4314ec is 0.50.

The process color (four color CMYK) of #4314ec color hex is 0.72, 0.92, 0.00, 0.07. Web safe color of #4314ec is #3300ff. Color #4314ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00010100 11101100
Octal 103 24 354
Decimal 67 20 236
Hex 43 14 EC

RGB Percentages of Color #4314ec

%20.74
%6.19
%73.07

CMYK Percentages of Color #4314ec

%72
%92
%0
%7

Triadic Colors of #4314ec

#4314ec #ec4314 #14ec43

Analogous Colors of #4314ec

#4314ec #af14ec #1451ec

Monochromatic Colors of #4314ec

#4314ec

Complementary Color

#4314ec #bdec14

#4314ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4314ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4314ec Color CSS Codes

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

#4314ec Text Font Color

<p style="color:#4314ec">Text here</p>

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


#4314ec Background Color

<div style="background-color:#4314ec">
Div content here</div>

This div background color is #4314ec


#4314ec Border Color

<div style="border:3px solid #4314ec">
Div here</div>

This div border color is #4314ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,20,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4314ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4314ec;
  -webkit-box-shadow: 1px 1px 3px 2px #4314ec;
  box-shadow:         1px 1px 3px 2px #4314ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,20,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4314ec


Comments

No comments written yet.

Please login to write comment.