Color Hex Logo

#c14bfa Color Hex

#C14BFA
(193,75,250)
0 Favorites   0 Comments

Color spaces of #c14bfa

RGB 19375250
HSL0.780.950.64
HSV280°70°98°
CMYK 0.230.700.00   0.02
XYZ41.763723.271792.7332
Yxy23.27170.26470.1475
Hunter Lab48.240870.1124-80.2046
CIE-Lab55.351172.5746-66.5591

#c14bfa color RGB value is (193,75,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001011 11111010
Octal 301 113 372
Decimal 193 75 250
Hex C1 4B FA

RGB Percentages of Color #c14bfa

%37.26
%14.48
%48.26

CMYK Percentages of Color #c14bfa

%23
%70
%0
%2

Triadic Colors of #c14bfa

#c14bfa #fac14b #4bfac1

Analogous Colors of #c14bfa

#c14bfa #fa4bdc #6a4bfa

Monochromatic Colors of #c14bfa

#c14bfa

Complementary Color

#c14bfa #84fa4b

#c14bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14bfa Color CSS Codes

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

#c14bfa Text Font Color

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

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


#c14bfa Background Color

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

This div background color is #c14bfa


#c14bfa Border Color

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

This div border color is #c14bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14bfa


Comments

No comments written yet.

Please login to write comment.