Color Hex Logo

#295dcf Color Hex

#295DCF
(41,93,207)
0 Favorites   0 Comments

Color spaces of #295dcf

RGB 4193207
HSL0.610.670.49
HSV221°80°81°
CMYK 0.800.550.00   0.19
XYZ16.091312.805160.6550
Yxy12.80510.17970.1430
Hunter Lab35.784217.6448-75.4489
CIE-Lab42.468124.5836-63.7559

#295dcf color RGB value is (41,93,207).

#295dcf hex color red value is 41, green value is 93 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #295dcf hue: 0.61 , saturation: 0.67 and the lightness value of 295dcf is 0.49.

The process color (four color CMYK) of #295dcf color hex is 0.80, 0.55, 0.00, 0.19. Web safe color of #295dcf is #3366cc. Color #295dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011101 11001111
Octal 51 135 317
Decimal 41 93 207
Hex 29 5D CF

RGB Percentages of Color #295dcf

%12.02
%27.27
%60.70

CMYK Percentages of Color #295dcf

%80
%55
%0
%19

Triadic Colors of #295dcf

#295dcf #cf295d #5dcf29

Analogous Colors of #295dcf

#295dcf #4829cf #29b0cf

Monochromatic Colors of #295dcf

#295dcf

Complementary Color

#295dcf #cf9b29

#295dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#295dcf Color CSS Codes

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

#295dcf Text Font Color

<p style="color:#295dcf">Text here</p>

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


#295dcf Background Color

<div style="background-color:#295dcf">
Div content here</div>

This div background color is #295dcf


#295dcf Border Color

<div style="border:3px solid #295dcf">
Div here</div>

This div border color is #295dcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,93,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #295dcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #295dcf;
  -webkit-box-shadow: 1px 1px 3px 2px #295dcf;
  box-shadow:         1px 1px 3px 2px #295dcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,93,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295dcf


Comments

No comments written yet.

Please login to write comment.