Color Hex Logo

#6904ec Color Hex

#6904EC
(105,4,236)
0 Favorites   0 Comments

Color spaces of #6904ec

RGB 1054236
HSL0.740.970.47
HSV266°98°93°
CMYK 0.560.980.00   0.07
XYZ21.00949.146280.0150
Yxy9.14620.19070.0830
Hunter Lab30.242771.0781-135.6975
CIE-Lab36.264377.0394-90.3711

#6904ec color RGB value is (105,4,236).

#6904ec hex color red value is 105, green value is 4 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6904ec hue: 0.74 , saturation: 0.97 and the lightness value of 6904ec is 0.47.

The process color (four color CMYK) of #6904ec color hex is 0.56, 0.98, 0.00, 0.07. Web safe color of #6904ec is #6600ff. Color #6904ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00000100 11101100
Octal 151 4 354
Decimal 105 4 236
Hex 69 4 EC

RGB Percentages of Color #6904ec

%30.43
%1.16
%68.41

CMYK Percentages of Color #6904ec

%56
%98
%0
%7

Triadic Colors of #6904ec

#6904ec #ec6904 #04ec69

Analogous Colors of #6904ec

#6904ec #dd04ec #0413ec

Monochromatic Colors of #6904ec

#6904ec

Complementary Color

#6904ec #87ec04

#6904ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6904ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6904ec Color CSS Codes

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

#6904ec Text Font Color

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

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


#6904ec Background Color

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

This div background color is #6904ec


#6904ec Border Color

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

This div border color is #6904ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,4,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 #6904ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6904ec


Comments

No comments written yet.

Please login to write comment.