Color Hex Logo

#c968fe Color Hex

#C968FE
(201,104,254)
0 Favorites   0 Comments

Color spaces of #c968fe

RGB 201104254
HSL0.770.990.70
HSV279°59°100°
CMYK 0.210.590.00   0.00
XYZ46.927129.473996.9816
Yxy29.47390.27070.1700
Hunter Lab54.289959.2846-67.9108
CIE-Lab61.197662.4348-59.3308

#c968fe color RGB value is (201,104,254).

#c968fe hex color red value is 201, green value is 104 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c968fe hue: 0.77 , saturation: 0.99 and the lightness value of c968fe is 0.70.

The process color (four color CMYK) of #c968fe color hex is 0.21, 0.59, 0.00, 0.00. Web safe color of #c968fe is #cc66ff. Color #c968fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101000 11111110
Octal 311 150 376
Decimal 201 104 254
Hex C9 68 FE

RGB Percentages of Color #c968fe

%35.96
%18.60
%45.44

CMYK Percentages of Color #c968fe

%21
%59
%0
%0

Triadic Colors of #c968fe

#c968fe #fec968 #68fec9

Analogous Colors of #c968fe

#c968fe #fe68e8 #7e68fe

Monochromatic Colors of #c968fe

#c968fe

Complementary Color

#c968fe #9dfe68

#c968fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c968fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c968fe Color CSS Codes

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

#c968fe Text Font Color

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

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


#c968fe Background Color

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

This div background color is #c968fe


#c968fe Border Color

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

This div border color is #c968fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c968fe

Related Colors


Comments

No comments written yet.

Please login to write comment.