Color Hex Logo

#2648ec Color Hex

#2648EC
(38,72,236)
0 Favorites   0 Comments

Color spaces of #2648ec

RGB 3872236
HSL0.640.840.54
HSV230°84°93°
CMYK 0.840.690.00   0.07
XYZ18.257011.102980.5377
Yxy11.10290.16610.1010
Hunter Lab33.321039.4906-119.9807
CIE-Lab39.753248.1762-84.7478

#2648ec color RGB value is (38,72,236).

#2648ec hex color red value is 38, green value is 72 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #2648ec hue: 0.64 , saturation: 0.84 and the lightness value of 2648ec is 0.54.

The process color (four color CMYK) of #2648ec color hex is 0.84, 0.69, 0.00, 0.07. Web safe color of #2648ec is #3333ff. Color #2648ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001000 11101100
Octal 46 110 354
Decimal 38 72 236
Hex 26 48 EC

RGB Percentages of Color #2648ec

%10.98
%20.81
%68.21

CMYK Percentages of Color #2648ec

%84
%69
%0
%7

Triadic Colors of #2648ec

#2648ec #ec2648 #48ec26

Analogous Colors of #2648ec

#2648ec #6726ec #26abec

Monochromatic Colors of #2648ec

#2648ec

Complementary Color

#2648ec #ecca26

#2648ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2648ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2648ec Color CSS Codes

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

#2648ec Text Font Color

<p style="color:#2648ec">Text here</p>

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


#2648ec Background Color

<div style="background-color:#2648ec">
Div content here</div>

This div background color is #2648ec


#2648ec Border Color

<div style="border:3px solid #2648ec">
Div here</div>

This div border color is #2648ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,72,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2648ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2648ec;
  -webkit-box-shadow: 1px 1px 3px 2px #2648ec;
  box-shadow:         1px 1px 3px 2px #2648ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2648ec


Comments

No comments written yet.

Please login to write comment.