Color Hex Logo

#c12dfc Color Hex

#C12DFC
(193,45,252)
0 Favorites   0 Comments

Color spaces of #c12dfc

RGB 19345252
HSL0.790.970.58
HSV283°82°99°
CMYK 0.230.820.00   0.01
XYZ40.501420.242593.8680
Yxy20.24250.26200.1309
Hunter Lab44.991781.9499-92.2050
CIE-Lab52.110382.6747-72.9168

#c12dfc color RGB value is (193,45,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101101 11111100
Octal 301 55 374
Decimal 193 45 252
Hex C1 2D FC

RGB Percentages of Color #c12dfc

%39.39
%9.18
%51.43

CMYK Percentages of Color #c12dfc

%23
%82
%0
%1

Triadic Colors of #c12dfc

#c12dfc #fcc12d #2dfcc1

Analogous Colors of #c12dfc

#c12dfc #fc2dd0 #592dfc

Monochromatic Colors of #c12dfc

#c12dfc

Complementary Color

#c12dfc #68fc2d

#c12dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12dfc Color CSS Codes

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

#c12dfc Text Font Color

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

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


#c12dfc Background Color

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

This div background color is #c12dfc


#c12dfc Border Color

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

This div border color is #c12dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12dfc


Comments

No comments written yet.

Please login to write comment.