color codes Logo

#c6239d color codes

#C6239D
(198,35,157)
0 Favorites   0 Comments

Color spaces of #c6239d

RGB 19835157
HSL0.880.700.46
HSV315°82°78°
CMYK 0.000.820.21   0.22
XYZ29.975515.642233.3376
Yxy15.64220.37970.1981
Hunter Lab39.550266.0740-22.2915
CIE-Lab46.501570.9366-27.0382

#c6239d color RGB value is (198,35,157).

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

The process color (four color CMYK) of #c6239d color code is 0.00, 0.82, 0.21, 0.22. Web safe color of #c6239d is #cc3399. Color #c6239d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100011 10011101
Octal 306 43 235
Decimal 198 35 157
Hex C6 23 9D

RGB Percentages of Color #c6239d

%50.77
%8.97
%40.26

CMYK Percentages of Color #c6239d

%0
%82
%21
%22

Triadic Colors of #c6239d

#c6239d #9dc623 #239dc6

Analogous Colors of #c6239d

#c6239d #c6234c #9e23c6

Monochromatic Colors of #c6239d

#c6239d

Complementary Color

#c6239d #23c64c

#c6239d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6239d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6239d Color CSS Codes

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

#c6239d Text Font Color

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

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


#c6239d Background Color

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

This div background color is #c6239d


#c6239d Border Color

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

This div border color is #c6239d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6239d


Comments

No comments written yet.

Please login to write comment.