Color Hex Logo

#c12dfb Color Hex

#C12DFB
(193,45,251)
0 Favorites   0 Comments

Color spaces of #c12dfb

RGB 19345251
HSL0.790.960.58
HSV283°82°98°
CMYK 0.230.820.00   0.02
XYZ40.343320.179393.0354
Yxy20.17930.26270.1314
Hunter Lab44.921481.6961-91.3489
CIE-Lab52.039382.4903-72.4747

#c12dfb color RGB value is (193,45,251).

#c12dfb hex color red value is 193, green value is 45 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c12dfb hue: 0.79 , saturation: 0.96 and the lightness value of c12dfb is 0.58.

The process color (four color CMYK) of #c12dfb color hex is 0.23, 0.82, 0.00, 0.02. Web safe color of #c12dfb is #cc33ff. Color #c12dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101101 11111011
Octal 301 55 373
Decimal 193 45 251
Hex C1 2D FB

RGB Percentages of Color #c12dfb

%39.47
%9.20
%51.33

CMYK Percentages of Color #c12dfb

%23
%82
%0
%2

Triadic Colors of #c12dfb

#c12dfb #fbc12d #2dfbc1

Analogous Colors of #c12dfb

#c12dfb #fb2dce #5a2dfb

Monochromatic Colors of #c12dfb

#c12dfb

Complementary Color

#c12dfb #67fb2d

#c12dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12dfb Color CSS Codes

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

#c12dfb Text Font Color

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

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


#c12dfb Background Color

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

This div background color is #c12dfb


#c12dfb Border Color

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

This div border color is #c12dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.