Color Hex Logo

#c127fc Color Hex

#C127FC
(193,39,252)
0 Favorites   0 Comments

Color spaces of #c127fc

RGB 19339252
HSL0.790.970.57
HSV283°85°99°
CMYK 0.230.850.00   0.01
XYZ40.288519.816893.7970
Yxy19.81680.26180.1288
Hunter Lab44.516183.6452-93.7650
CIE-Lab51.629484.0868-73.6979

#c127fc color RGB value is (193,39,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100111 11111100
Octal 301 47 374
Decimal 193 39 252
Hex C1 27 FC

RGB Percentages of Color #c127fc

%39.88
%8.06
%52.07

CMYK Percentages of Color #c127fc

%23
%85
%0
%1

Triadic Colors of #c127fc

#c127fc #fcc127 #27fcc1

Analogous Colors of #c127fc

#c127fc #fc27cd #5627fc

Monochromatic Colors of #c127fc

#c127fc

Complementary Color

#c127fc #62fc27

#c127fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c127fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c127fc Color CSS Codes

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

#c127fc Text Font Color

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

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


#c127fc Background Color

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

This div background color is #c127fc


#c127fc Border Color

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

This div border color is #c127fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,39,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 #c127fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c127fc


Comments

No comments written yet.

Please login to write comment.