Color Hex Logo

#3508ee Color Hex

#3508EE
(53,8,238)
0 Favorites   0 Comments

Color spaces of #3508ee

RGB 538238
HSL0.700.930.48
HSV252°97°93°
CMYK 0.780.970.00   0.07
XYZ16.98767.103681.3647
Yxy7.10360.16110.0674
Hunter Lab26.652667.1288-162.3430
CIE-Lab32.041674.5686-98.6607

#3508ee color RGB value is (53,8,238).

#3508ee hex color red value is 53, green value is 8 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3508ee hue: 0.70 , saturation: 0.93 and the lightness value of 3508ee is 0.48.

The process color (four color CMYK) of #3508ee color hex is 0.78, 0.97, 0.00, 0.07. Web safe color of #3508ee is #3300ff. Color #3508ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001000 11101110
Octal 65 10 356
Decimal 53 8 238
Hex 35 8 EE

RGB Percentages of Color #3508ee

%17.73
%2.68
%79.60

CMYK Percentages of Color #3508ee

%78
%97
%0
%7

Triadic Colors of #3508ee

#3508ee #ee3508 #08ee35

Analogous Colors of #3508ee

#3508ee #a808ee #084eee

Monochromatic Colors of #3508ee

#3508ee

Complementary Color

#3508ee #c1ee08

#3508ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3508ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3508ee Color CSS Codes

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

#3508ee Text Font Color

<p style="color:#3508ee">Text here</p>

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


#3508ee Background Color

<div style="background-color:#3508ee">
Div content here</div>

This div background color is #3508ee


#3508ee Border Color

<div style="border:3px solid #3508ee">
Div here</div>

This div border color is #3508ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,8,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3508ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3508ee;
  -webkit-box-shadow: 1px 1px 3px 2px #3508ee;
  box-shadow:         1px 1px 3px 2px #3508ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,8,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3508ee


Comments

No comments written yet.

Please login to write comment.