Color Hex Logo

#135efc Color Hex

#135EFC
(19,94,252)
0 Favorites   0 Comments

Color spaces of #135efc

RGB 1994252
HSL0.610.970.53
HSV221°92°99°
CMYK 0.920.630.00   0.01
XYZ21.841915.172193.8728
Yxy15.17210.16690.1159
Hunter Lab38.951431.9286-115.6229
CIE-Lab45.869039.5811-83.6809

#135efc color RGB value is (19,94,252).

#135efc hex color red value is 19, green value is 94 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #135efc hue: 0.61 , saturation: 0.97 and the lightness value of 135efc is 0.53.

The process color (four color CMYK) of #135efc color hex is 0.92, 0.63, 0.00, 0.01. Web safe color of #135efc is #0066ff. Color #135efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011110 11111100
Octal 23 136 374
Decimal 19 94 252
Hex 13 5E FC

RGB Percentages of Color #135efc

%5.21
%25.75
%69.04

CMYK Percentages of Color #135efc

%92
%63
%0
%1

Triadic Colors of #135efc

#135efc #fc135e #5efc13

Analogous Colors of #135efc

#135efc #3c13fc #13d3fc

Monochromatic Colors of #135efc

#135efc

Complementary Color

#135efc #fcb113

#135efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#135efc Color CSS Codes

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

#135efc Text Font Color

<p style="color:#135efc">Text here</p>

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


#135efc Background Color

<div style="background-color:#135efc">
Div content here</div>

This div background color is #135efc


#135efc Border Color

<div style="border:3px solid #135efc">
Div here</div>

This div border color is #135efc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,94,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #135efc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #135efc;
  -webkit-box-shadow: 1px 1px 3px 2px #135efc;
  box-shadow:         1px 1px 3px 2px #135efc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,94,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135efc


Comments

No comments written yet.

Please login to write comment.