Color Hex Logo

#2655eb Color Hex

#2655EB
(38,85,235)
0 Favorites   0 Comments

Color spaces of #2655eb

RGB 3885235
HSL0.630.830.54
HSV226°84°92°
CMYK 0.840.640.00   0.08
XYZ19.043212.907280.0849
Yxy12.90720.17000.1152
Hunter Lab35.926631.7439-107.0163
CIE-Lab42.623139.8893-79.4602

#2655eb color RGB value is (38,85,235).

#2655eb hex color red value is 38, green value is 85 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2655eb hue: 0.63 , saturation: 0.83 and the lightness value of 2655eb is 0.54.

The process color (four color CMYK) of #2655eb color hex is 0.84, 0.64, 0.00, 0.08. Web safe color of #2655eb is #3366ff. Color #2655eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01010101 11101011
Octal 46 125 353
Decimal 38 85 235
Hex 26 55 EB

RGB Percentages of Color #2655eb

%10.61
%23.74
%65.64

CMYK Percentages of Color #2655eb

%84
%64
%0
%8

Triadic Colors of #2655eb

#2655eb #eb2655 #55eb26

Analogous Colors of #2655eb

#2655eb #5926eb #26b8eb

Monochromatic Colors of #2655eb

#2655eb

Complementary Color

#2655eb #ebbc26

#2655eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2655eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2655eb Color CSS Codes

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

#2655eb Text Font Color

<p style="color:#2655eb">Text here</p>

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


#2655eb Background Color

<div style="background-color:#2655eb">
Div content here</div>

This div background color is #2655eb


#2655eb Border Color

<div style="border:3px solid #2655eb">
Div here</div>

This div border color is #2655eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,85,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2655eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2655eb;
  -webkit-box-shadow: 1px 1px 3px 2px #2655eb;
  box-shadow:         1px 1px 3px 2px #2655eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2655eb


Comments

No comments written yet.

Please login to write comment.