Color Hex Logo

#263ccb Color Hex

#263CCB
(38,60,203)
0 Favorites   0 Comments

Color spaces of #263ccb

RGB 3860203
HSL0.640.680.47
HSV232°81°80°
CMYK 0.810.700.00   0.20
XYZ13.19477.955657.3401
Yxy7.95560.16810.1014
Hunter Lab28.205734.1429-100.7883
CIE-Lab33.890243.8509-75.4911

#263ccb color RGB value is (38,60,203).

#263ccb hex color red value is 38, green value is 60 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #263ccb hue: 0.64 , saturation: 0.68 and the lightness value of 263ccb is 0.47.

The process color (four color CMYK) of #263ccb color hex is 0.81, 0.70, 0.00, 0.20. Web safe color of #263ccb is #3333cc. Color #263ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111100 11001011
Octal 46 74 313
Decimal 38 60 203
Hex 26 3C CB

RGB Percentages of Color #263ccb

%12.62
%19.93
%67.44

CMYK Percentages of Color #263ccb

%81
%70
%0
%20

Triadic Colors of #263ccb

#263ccb #cb263c #3ccb26

Analogous Colors of #263ccb

#263ccb #6326cb #268fcb

Monochromatic Colors of #263ccb

#263ccb

Complementary Color

#263ccb #cbb526

#263ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#263ccb Color CSS Codes

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

#263ccb Text Font Color

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

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


#263ccb Background Color

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

This div background color is #263ccb


#263ccb Border Color

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

This div border color is #263ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263ccb


Comments

No comments written yet.

Please login to write comment.