Color Hex Logo

#195fdc Color Hex

#195FDC
(25,95,220)
0 Favorites   0 Comments

Color spaces of #195fdc

RGB 2595220
HSL0.610.800.48
HSV218°89°86°
CMYK 0.890.570.00   0.14
XYZ17.411413.558469.4095
Yxy13.55840.17350.1351
Hunter Lab36.821719.9669-85.9873
CIE-Lab43.592827.1016-69.3810

#195fdc color RGB value is (25,95,220).

#195fdc hex color red value is 25, green value is 95 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #195fdc hue: 0.61 , saturation: 0.80 and the lightness value of 195fdc is 0.48.

The process color (four color CMYK) of #195fdc color hex is 0.89, 0.57, 0.00, 0.14. Web safe color of #195fdc is #0066cc. Color #195fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011111 11011100
Octal 31 137 334
Decimal 25 95 220
Hex 19 5F DC

RGB Percentages of Color #195fdc

%7.35
%27.94
%64.71

CMYK Percentages of Color #195fdc

%89
%57
%0
%14

Triadic Colors of #195fdc

#195fdc #dc195f #5fdc19

Analogous Colors of #195fdc

#195fdc #3419dc #19c1dc

Monochromatic Colors of #195fdc

#195fdc

Complementary Color

#195fdc #dc9619

#195fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#195fdc Color CSS Codes

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

#195fdc Text Font Color

<p style="color:#195fdc">Text here</p>

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


#195fdc Background Color

<div style="background-color:#195fdc">
Div content here</div>

This div background color is #195fdc


#195fdc Border Color

<div style="border:3px solid #195fdc">
Div here</div>

This div border color is #195fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,95,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #195fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #195fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #195fdc;
  box-shadow:         1px 1px 3px 2px #195fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,95,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195fdc


Comments

No comments written yet.

Please login to write comment.