Color Hex Logo

#c12fcb Color Hex

#C12FCB
(193,47,203)
0 Favorites   0 Comments

Color spaces of #c12fcb

RGB 19347203
HSL0.820.620.49
HSV296°77°80°
CMYK 0.050.770.00   0.20
XYZ33.788317.682358.1321
Yxy17.68230.30830.1613
Hunter Lab42.050369.8403-52.5297
CIE-Lab49.108573.5579-49.9930

#c12fcb color RGB value is (193,47,203).

#c12fcb hex color red value is 193, green value is 47 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c12fcb hue: 0.82 , saturation: 0.62 and the lightness value of c12fcb is 0.49.

The process color (four color CMYK) of #c12fcb color hex is 0.05, 0.77, 0.00, 0.20. Web safe color of #c12fcb is #cc33cc. Color #c12fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101111 11001011
Octal 301 57 313
Decimal 193 47 203
Hex C1 2F CB

RGB Percentages of Color #c12fcb

%43.57
%10.61
%45.82

CMYK Percentages of Color #c12fcb

%5
%77
%0
%20

Triadic Colors of #c12fcb

#c12fcb #cbc12f #2fcbc1

Analogous Colors of #c12fcb

#c12fcb #cb2f87 #732fcb

Monochromatic Colors of #c12fcb

#c12fcb

Complementary Color

#c12fcb #39cb2f

#c12fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12fcb Color CSS Codes

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

#c12fcb Text Font Color

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

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


#c12fcb Background Color

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

This div background color is #c12fcb


#c12fcb Border Color

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

This div border color is #c12fcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,47,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c12fcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c12fcb;
  -webkit-box-shadow: 1px 1px 3px 2px #c12fcb;
  box-shadow:         1px 1px 3px 2px #c12fcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,47,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12fcb


Comments

No comments written yet.

Please login to write comment.