Color Hex Logo

#275efd Color Hex

#275EFD
(39,94,253)
0 Favorites   0 Comments

Color spaces of #275efd

RGB 3994253
HSL0.620.980.57
HSV225°85°99°
CMYK 0.850.630.00   0.01
XYZ22.569015.528694.7363
Yxy15.52860.16990.1169
Hunter Lab39.406333.2703-114.9539
CIE-Lab46.349940.8699-83.4337

#275efd color RGB value is (39,94,253).

#275efd hex color red value is 39, green value is 94 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #275efd hue: 0.62 , saturation: 0.98 and the lightness value of 275efd is 0.57.

The process color (four color CMYK) of #275efd color hex is 0.85, 0.63, 0.00, 0.01. Web safe color of #275efd is #3366ff. Color #275efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01011110 11111101
Octal 47 136 375
Decimal 39 94 253
Hex 27 5E FD

RGB Percentages of Color #275efd

%10.10
%24.35
%65.54

CMYK Percentages of Color #275efd

%85
%63
%0
%1

Triadic Colors of #275efd

#275efd #fd275e #5efd27

Analogous Colors of #275efd

#275efd #5b27fd #27c9fd

Monochromatic Colors of #275efd

#275efd

Complementary Color

#275efd #fdc627

#275efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#275efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#275efd Color CSS Codes

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

#275efd Text Font Color

<p style="color:#275efd">Text here</p>

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


#275efd Background Color

<div style="background-color:#275efd">
Div content here</div>

This div background color is #275efd


#275efd Border Color

<div style="border:3px solid #275efd">
Div here</div>

This div border color is #275efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,94,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #275efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #275efd;
  -webkit-box-shadow: 1px 1px 3px 2px #275efd;
  box-shadow:         1px 1px 3px 2px #275efd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #275efd

Related Colors


Comments

No comments written yet.

Please login to write comment.