Color Hex Logo

#4247ce Color Hex

#4247CE
(66,71,206)
0 Favorites   0 Comments

Color spaces of #4247ce

RGB 6671206
HSL0.660.590.53
HSV238°68°81°
CMYK 0.680.660.00   0.19
XYZ15.640610.121059.5217
Yxy10.12100.18340.1187
Hunter Lab31.813532.0830-88.6595
CIE-Lab38.058740.9826-70.3269

#4247ce color RGB value is (66,71,206).

#4247ce hex color red value is 66, green value is 71 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4247ce hue: 0.66 , saturation: 0.59 and the lightness value of 4247ce is 0.53.

The process color (four color CMYK) of #4247ce color hex is 0.68, 0.66, 0.00, 0.19. Web safe color of #4247ce is #3333cc. Color #4247ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000111 11001110
Octal 102 107 316
Decimal 66 71 206
Hex 42 47 CE

RGB Percentages of Color #4247ce

%19.24
%20.70
%60.06

CMYK Percentages of Color #4247ce

%68
%66
%0
%19

Triadic Colors of #4247ce

#4247ce #ce4247 #47ce42

Analogous Colors of #4247ce

#4247ce #8342ce #428dce

Monochromatic Colors of #4247ce

#4247ce

Complementary Color

#4247ce #cec942

#4247ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4247ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4247ce Color CSS Codes

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

#4247ce Text Font Color

<p style="color:#4247ce">Text here</p>

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


#4247ce Background Color

<div style="background-color:#4247ce">
Div content here</div>

This div background color is #4247ce


#4247ce Border Color

<div style="border:3px solid #4247ce">
Div here</div>

This div border color is #4247ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,71,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4247ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4247ce;
  -webkit-box-shadow: 1px 1px 3px 2px #4247ce;
  box-shadow:         1px 1px 3px 2px #4247ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,71,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4247ce


Comments

No comments written yet.

Please login to write comment.