Color Hex Logo

#2613ce Color Hex

#2613CE
(38,19,206)
0 Favorites   0 Comments

Color spaces of #2613ce

RGB 3819206
HSL0.680.830.44
HSV246°91°81°
CMYK 0.820.910.00   0.19
XYZ12.17285.334058.7805
Yxy5.33400.15960.0699
Hunter Lab23.095553.6640-134.7328
CIE-Lab27.665963.8160-87.5640

#2613ce color RGB value is (38,19,206).

#2613ce hex color red value is 38, green value is 19 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2613ce hue: 0.68 , saturation: 0.83 and the lightness value of 2613ce is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 00010011 11001110
Octal 46 23 316
Decimal 38 19 206
Hex 26 13 CE

RGB Percentages of Color #2613ce

%14.45
%7.22
%78.33

CMYK Percentages of Color #2613ce

%82
%91
%0
%19

Triadic Colors of #2613ce

#2613ce #ce2613 #13ce26

Analogous Colors of #2613ce

#2613ce #8413ce #135ece

Monochromatic Colors of #2613ce

#2613ce

Complementary Color

#2613ce #bbce13

#2613ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2613ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2613ce Color CSS Codes

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

#2613ce Text Font Color

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

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


#2613ce Background Color

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

This div background color is #2613ce


#2613ce Border Color

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

This div border color is #2613ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2613ce


Comments

No comments written yet.

Please login to write comment.