Color Hex Logo

#c0265f Color Hex

#C0265F
(192,38,95)
0 Favorites   0 Comments

Color spaces of #c0265f

RGB 1923895
HSL0.940.670.45
HSV338°80°75°
CMYK 0.000.800.51   0.25
XYZ24.496913.418912.1255
Yxy13.41890.48950.2682
Hunter Lab36.631855.26316.0167
CIE-Lab43.387862.21396.1702

#c0265f color RGB value is (192,38,95).

#c0265f hex color red value is 192, green value is 38 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c0265f hue: 0.94 , saturation: 0.67 and the lightness value of c0265f is 0.45.

The process color (four color CMYK) of #c0265f color hex is 0.00, 0.80, 0.51, 0.25. Web safe color of #c0265f is #cc3366. Color #c0265f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100110 01011111
Octal 300 46 137
Decimal 192 38 95
Hex C0 26 5F

RGB Percentages of Color #c0265f

%59.08
%11.69
%29.23

CMYK Percentages of Color #c0265f

%0
%80
%51
%25

Triadic Colors of #c0265f

#c0265f #5fc026 #265fc0

Analogous Colors of #c0265f

#c0265f #c03a26 #c026ac

Monochromatic Colors of #c0265f

#c0265f

Complementary Color

#c0265f #26c087

#c0265f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0265f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0265f Color CSS Codes

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

#c0265f Text Font Color

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

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


#c0265f Background Color

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

This div background color is #c0265f


#c0265f Border Color

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

This div border color is #c0265f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,38,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0265f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0265f;
  -webkit-box-shadow: 1px 1px 3px 2px #c0265f;
  box-shadow:         1px 1px 3px 2px #c0265f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0265f


Comments

No comments written yet.

Please login to write comment.