Color Hex Logo

#c6259b Color Hex

#C6259B
(198,37,155)
0 Favorites   0 Comments

Color spaces of #c6259b

RGB 19837155
HSL0.880.690.46
HSV316°81°78°
CMYK 0.000.810.22   0.22
XYZ29.866715.695532.4657
Yxy15.69550.38280.2012
Hunter Lab39.617565.2361-20.8546
CIE-Lab46.572470.2187-25.7304

#c6259b color RGB value is (198,37,155).

#c6259b hex color red value is 198, green value is 37 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c6259b hue: 0.88 , saturation: 0.69 and the lightness value of c6259b is 0.46.

The process color (four color CMYK) of #c6259b color hex is 0.00, 0.81, 0.22, 0.22. Web safe color of #c6259b is #cc3399. Color #c6259b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100101 10011011
Octal 306 45 233
Decimal 198 37 155
Hex C6 25 9B

RGB Percentages of Color #c6259b

%50.77
%9.49
%39.74

CMYK Percentages of Color #c6259b

%0
%81
%22
%22

Triadic Colors of #c6259b

#c6259b #9bc625 #259bc6

Analogous Colors of #c6259b

#c6259b #c6254b #a125c6

Monochromatic Colors of #c6259b

#c6259b

Complementary Color

#c6259b #25c650

#c6259b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6259b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6259b Color CSS Codes

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

#c6259b Text Font Color

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

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


#c6259b Background Color

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

This div background color is #c6259b


#c6259b Border Color

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

This div border color is #c6259b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,37,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6259b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6259b;
  -webkit-box-shadow: 1px 1px 3px 2px #c6259b;
  box-shadow:         1px 1px 3px 2px #c6259b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,37,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6259b


Comments

No comments written yet.

Please login to write comment.