Color Hex Logo

#255fcf Color Hex

#255FCF
(37,95,207)
0 Favorites   0 Comments

Color spaces of #255fcf

RGB 3795207
HSL0.610.700.48
HSV220°82°81°
CMYK 0.820.540.00   0.19
XYZ16.117613.082760.7072
Yxy13.08270.17930.1455
Hunter Lab36.170016.2433-74.1924
CIE-Lab42.887622.9261-63.0799

#255fcf color RGB value is (37,95,207).

#255fcf hex color red value is 37, green value is 95 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #255fcf hue: 0.61 , saturation: 0.70 and the lightness value of 255fcf is 0.48.

The process color (four color CMYK) of #255fcf color hex is 0.82, 0.54, 0.00, 0.19. Web safe color of #255fcf is #3366cc. Color #255fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011111 11001111
Octal 45 137 317
Decimal 37 95 207
Hex 25 5F CF

RGB Percentages of Color #255fcf

%10.91
%28.02
%61.06

CMYK Percentages of Color #255fcf

%82
%54
%0
%19

Triadic Colors of #255fcf

#255fcf #cf255f #5fcf25

Analogous Colors of #255fcf

#255fcf #4025cf #25b4cf

Monochromatic Colors of #255fcf

#255fcf

Complementary Color

#255fcf #cf9525

#255fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#255fcf Color CSS Codes

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

#255fcf Text Font Color

<p style="color:#255fcf">Text here</p>

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


#255fcf Background Color

<div style="background-color:#255fcf">
Div content here</div>

This div background color is #255fcf


#255fcf Border Color

<div style="border:3px solid #255fcf">
Div here</div>

This div border color is #255fcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,95,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #255fcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #255fcf;
  -webkit-box-shadow: 1px 1px 3px 2px #255fcf;
  box-shadow:         1px 1px 3px 2px #255fcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,95,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 #255fcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255fcf


Comments

No comments written yet.

Please login to write comment.