Color Hex Logo

#c2307d Color Hex

#C2307D
(194,48,125)
0 Favorites   0 Comments

Color spaces of #c2307d

RGB 19448125
HSL0.910.600.47
HSV328°75°76°
CMYK 0.000.750.36   0.24
XYZ27.006815.063920.8862
Yxy15.06390.42900.2393
Hunter Lab38.812256.2846-4.7374
CIE-Lab45.721662.6702-8.9278

#c2307d color RGB value is (194,48,125).

#c2307d hex color red value is 194, green value is 48 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c2307d hue: 0.91 , saturation: 0.60 and the lightness value of c2307d is 0.47.

The process color (four color CMYK) of #c2307d color hex is 0.00, 0.75, 0.36, 0.24. Web safe color of #c2307d is #cc3366. Color #c2307d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110000 01111101
Octal 302 60 175
Decimal 194 48 125
Hex C2 30 7D

RGB Percentages of Color #c2307d

%52.86
%13.08
%34.06

CMYK Percentages of Color #c2307d

%0
%75
%36
%24

Triadic Colors of #c2307d

#c2307d #7dc230 #307dc2

Analogous Colors of #c2307d

#c2307d #c23034 #be30c2

Monochromatic Colors of #c2307d

#c2307d

Complementary Color

#c2307d #30c275

#c2307d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2307d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2307d Color CSS Codes

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

#c2307d Text Font Color

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

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


#c2307d Background Color

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

This div background color is #c2307d


#c2307d Border Color

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

This div border color is #c2307d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,48,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2307d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2307d;
  -webkit-box-shadow: 1px 1px 3px 2px #c2307d;
  box-shadow:         1px 1px 3px 2px #c2307d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,48,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2307d


Comments

No comments written yet.

Please login to write comment.