Color Hex Logo

#4238ce Color Hex

#4238CE
(66,56,206)
0 Favorites   0 Comments

Color spaces of #4238ce

RGB 6656206
HSL0.680.600.51
HSV244°73°81°
CMYK 0.680.730.00   0.19
XYZ14.80158.442859.2420
Yxy8.44280.17940.1024
Hunter Lab29.056540.0798-100.5442
CIE-Lab34.888649.6570-75.5362

#4238ce color RGB value is (66,56,206).

#4238ce hex color red value is 66, green value is 56 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4238ce hue: 0.68 , saturation: 0.60 and the lightness value of 4238ce is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111000 11001110
Octal 102 70 316
Decimal 66 56 206
Hex 42 38 CE

RGB Percentages of Color #4238ce

%20.12
%17.07
%62.80

CMYK Percentages of Color #4238ce

%68
%73
%0
%19

Triadic Colors of #4238ce

#4238ce #ce4238 #38ce42

Analogous Colors of #4238ce

#4238ce #8d38ce #3879ce

Monochromatic Colors of #4238ce

#4238ce

Complementary Color

#4238ce #c4ce38

#4238ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4238ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4238ce Color CSS Codes

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

#4238ce Text Font Color

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

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


#4238ce Background Color

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

This div background color is #4238ce


#4238ce Border Color

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

This div border color is #4238ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,56,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 #4238ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4238ce


Comments

No comments written yet.

Please login to write comment.