Color Hex Logo

#303edc Color Hex

#303EDC
(48,62,220)
0 Favorites   0 Comments

Color spaces of #303edc

RGB 4862220
HSL0.650.710.53
HSV235°78°86°
CMYK 0.780.720.00   0.14
XYZ15.85989.240968.6579
Yxy9.24090.16920.0986
Hunter Lab30.398839.9297-112.6314
CIE-Lab36.444049.2166-81.0829

#303edc color RGB value is (48,62,220).

#303edc hex color red value is 48, green value is 62 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #303edc hue: 0.65 , saturation: 0.71 and the lightness value of 303edc is 0.53.

The process color (four color CMYK) of #303edc color hex is 0.78, 0.72, 0.00, 0.14. Web safe color of #303edc is #3333cc. Color #303edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111110 11011100
Octal 60 76 334
Decimal 48 62 220
Hex 30 3E DC

RGB Percentages of Color #303edc

%14.55
%18.79
%66.67

CMYK Percentages of Color #303edc

%78
%72
%0
%14

Triadic Colors of #303edc

#303edc #dc303e #3edc30

Analogous Colors of #303edc

#303edc #7830dc #3094dc

Monochromatic Colors of #303edc

#303edc

Complementary Color

#303edc #dcce30

#303edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#303edc Color CSS Codes

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

#303edc Text Font Color

<p style="color:#303edc">Text here</p>

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


#303edc Background Color

<div style="background-color:#303edc">
Div content here</div>

This div background color is #303edc


#303edc Border Color

<div style="border:3px solid #303edc">
Div here</div>

This div border color is #303edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,62,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #303edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #303edc;
  -webkit-box-shadow: 1px 1px 3px 2px #303edc;
  box-shadow:         1px 1px 3px 2px #303edc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,62,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303edc


Comments

No comments written yet.

Please login to write comment.