Color Hex Logo

#263cea Color Hex

#263CEA
(38,60,234)
0 Favorites   0 Comments

Color spaces of #263cea

RGB 3860234
HSL0.650.820.53
HSV233°84°92°
CMYK 0.840.740.00   0.08
XYZ17.26659.584378.7818
Yxy9.58430.16350.0907
Hunter Lab30.958545.3774-129.2075
CIE-Lab37.085854.3595-88.0228

#263cea color RGB value is (38,60,234).

#263cea hex color red value is 38, green value is 60 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #263cea hue: 0.65 , saturation: 0.82 and the lightness value of 263cea is 0.53.

The process color (four color CMYK) of #263cea color hex is 0.84, 0.74, 0.00, 0.08. Web safe color of #263cea is #3333ff. Color #263cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111100 11101010
Octal 46 74 352
Decimal 38 60 234
Hex 26 3C EA

RGB Percentages of Color #263cea

%11.45
%18.07
%70.48

CMYK Percentages of Color #263cea

%84
%74
%0
%8

Triadic Colors of #263cea

#263cea #ea263c #3cea26

Analogous Colors of #263cea

#263cea #7226ea #269eea

Monochromatic Colors of #263cea

#263cea

Complementary Color

#263cea #ead426

#263cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#263cea Color CSS Codes

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

#263cea Text Font Color

<p style="color:#263cea">Text here</p>

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


#263cea Background Color

<div style="background-color:#263cea">
Div content here</div>

This div background color is #263cea


#263cea Border Color

<div style="border:3px solid #263cea">
Div here</div>

This div border color is #263cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,60,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #263cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #263cea;
  -webkit-box-shadow: 1px 1px 3px 2px #263cea;
  box-shadow:         1px 1px 3px 2px #263cea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,60,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263cea


Comments

No comments written yet.

Please login to write comment.