Color Hex Logo

#c94bef Color Hex

#C94BEF
(201,75,239)
0 Favorites   0 Comments

Color spaces of #c94bef

RGB 20175239
HSL0.790.840.62
HSV286°69°94°
CMYK 0.160.690.00   0.06
XYZ42.183523.681784.0091
Yxy23.68170.28150.1580
Hunter Lab48.663869.5682-68.2885
CIE-Lab55.767772.0484-59.6990

#c94bef color RGB value is (201,75,239).

#c94bef hex color red value is 201, green value is 75 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c94bef hue: 0.79 , saturation: 0.84 and the lightness value of c94bef is 0.62.

The process color (four color CMYK) of #c94bef color hex is 0.16, 0.69, 0.00, 0.06. Web safe color of #c94bef is #cc33ff. Color #c94bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001011 11101111
Octal 311 113 357
Decimal 201 75 239
Hex C9 4B EF

RGB Percentages of Color #c94bef

%39.03
%14.56
%46.41

CMYK Percentages of Color #c94bef

%16
%69
%0
%6

Triadic Colors of #c94bef

#c94bef #efc94b #4befc9

Analogous Colors of #c94bef

#c94bef #ef4bc3 #774bef

Monochromatic Colors of #c94bef

#c94bef

Complementary Color

#c94bef #71ef4b

#c94bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94bef Color CSS Codes

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

#c94bef Text Font Color

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

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


#c94bef Background Color

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

This div background color is #c94bef


#c94bef Border Color

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

This div border color is #c94bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94bef


Comments

No comments written yet.

Please login to write comment.