Color Hex Logo

#c127fa Color Hex

#C127FA
(193,39,250)
0 Favorites   0 Comments

Color spaces of #c127fa

RGB 19339250
HSL0.790.950.57
HSV284°84°98°
CMYK 0.230.840.00   0.02
XYZ39.973219.690692.1363
Yxy19.69060.26330.1297
Hunter Lab44.374183.1422-92.0451
CIE-Lab51.485683.7246-72.8161

#c127fa color RGB value is (193,39,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100111 11111010
Octal 301 47 372
Decimal 193 39 250
Hex C1 27 FA

RGB Percentages of Color #c127fa

%40.04
%8.09
%51.87

CMYK Percentages of Color #c127fa

%23
%84
%0
%2

Triadic Colors of #c127fa

#c127fa #fac127 #27fac1

Analogous Colors of #c127fa

#c127fa #fa27ca #5727fa

Monochromatic Colors of #c127fa

#c127fa

Complementary Color

#c127fa #60fa27

#c127fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c127fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c127fa Color CSS Codes

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

#c127fa Text Font Color

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

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


#c127fa Background Color

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

This div background color is #c127fa


#c127fa Border Color

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

This div border color is #c127fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c127fa


Comments

No comments written yet.

Please login to write comment.