Color Hex Logo

#1215ce Color Hex

#1215CE
(18,21,206)
0 Favorites   0 Comments

Color spaces of #1215ce

RGB 1821206
HSL0.660.840.44
HSV239°91°81°
CMYK 0.910.900.00   0.19
XYZ11.65825.121258.7665
Yxy5.12120.15430.0678
Hunter Lab22.630152.3542-138.1252
CIE-Lab27.077362.7502-88.5658

#1215ce color RGB value is (18,21,206).

#1215ce hex color red value is 18, green value is 21 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1215ce hue: 0.66 , saturation: 0.84 and the lightness value of 1215ce is 0.44.

The process color (four color CMYK) of #1215ce color hex is 0.91, 0.90, 0.00, 0.19. Web safe color of #1215ce is #0000cc. Color #1215ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010101 11001110
Octal 22 25 316
Decimal 18 21 206
Hex 12 15 CE

RGB Percentages of Color #1215ce

%7.35
%8.57
%84.08

CMYK Percentages of Color #1215ce

%91
%90
%0
%19

Triadic Colors of #1215ce

#1215ce #ce1215 #15ce12

Analogous Colors of #1215ce

#1215ce #6d12ce #1273ce

Monochromatic Colors of #1215ce

#1215ce

Complementary Color

#1215ce #cecb12

#1215ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1215ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1215ce Color CSS Codes

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

#1215ce Text Font Color

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

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


#1215ce Background Color

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

This div background color is #1215ce


#1215ce Border Color

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

This div border color is #1215ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1215ce


Comments

No comments written yet.

Please login to write comment.