Color Hex Logo

#c14bfe Color Hex

#C14BFE
(193,75,254)
0 Favorites   0 Comments

Color spaces of #c14bfe

RGB 19375254
HSL0.780.990.65
HSV280°70°100°
CMYK 0.240.700.00   0.00
XYZ42.397823.525496.0722
Yxy23.52540.26170.1452
Hunter Lab48.503071.1515-83.4865
CIE-Lab55.609473.3752-68.3622

#c14bfe color RGB value is (193,75,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001011 11111110
Octal 301 113 376
Decimal 193 75 254
Hex C1 4B FE

RGB Percentages of Color #c14bfe

%36.97
%14.37
%48.66

CMYK Percentages of Color #c14bfe

%24
%70
%0
%0

Triadic Colors of #c14bfe

#c14bfe #fec14b #4bfec1

Analogous Colors of #c14bfe

#c14bfe #fe4be2 #684bfe

Monochromatic Colors of #c14bfe

#c14bfe

Complementary Color

#c14bfe #88fe4b

#c14bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14bfe Color CSS Codes

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

#c14bfe Text Font Color

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

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


#c14bfe Background Color

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

This div background color is #c14bfe


#c14bfe Border Color

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

This div border color is #c14bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.