Color Hex Logo

#1e00c3 Color Hex

#1E00C3
(30,0,195)
0 Favorites   0 Comments

Color spaces of #1e00c3

RGB 300195
HSL0.691.000.38
HSV249°100°76°
CMYK 0.851.000.00   0.24
XYZ10.38574.216151.8962
Yxy4.21610.15620.0634
Hunter Lab20.533154.3526-135.4785
CIE-Lab24.373465.0161-86.6174

#1e00c3 color RGB value is (30,0,195).

#1e00c3 hex color red value is 30, green value is 0 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #1e00c3 hue: 0.69 , saturation: 1.00 and the lightness value of 1e00c3 is 0.38.

The process color (four color CMYK) of #1e00c3 color hex is 0.85, 1.00, 0.00, 0.24. Web safe color of #1e00c3 is #3300cc. Color #1e00c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 00000000 11000011
Octal 36 0 303
Decimal 30 0 195
Hex 1E 0 C3

RGB Percentages of Color #1e00c3

%13.33
%0.00
%86.67

CMYK Percentages of Color #1e00c3

%85
%100
%0
%24

Triadic Colors of #1e00c3

#1e00c3 #c31e00 #00c31e

Analogous Colors of #1e00c3

#1e00c3 #8000c3 #0044c3

Monochromatic Colors of #1e00c3

#1e00c3

Complementary Color

#1e00c3 #a5c300

#1e00c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e00c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e00c3 Color CSS Codes

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

#1e00c3 Text Font Color

<p style="color:#1e00c3">Text here</p>

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


#1e00c3 Background Color

<div style="background-color:#1e00c3">
Div content here</div>

This div background color is #1e00c3


#1e00c3 Border Color

<div style="border:3px solid #1e00c3">
Div here</div>

This div border color is #1e00c3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(30,0,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1e00c3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1e00c3;
  -webkit-box-shadow: 1px 1px 3px 2px #1e00c3;
  box-shadow:         1px 1px 3px 2px #1e00c3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,0,195, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e00c3


Comments

No comments written yet.

Please login to write comment.