Color Hex Logo

#c867fe Color Hex

#C867FE
(200,103,254)
0 Favorites   0 Comments

Color spaces of #c867fe

RGB 200103254
HSL0.770.990.70
HSV279°59°100°
CMYK 0.210.590.00   0.00
XYZ46.559129.135696.9357
Yxy29.13560.26970.1688
Hunter Lab53.977459.5077-68.6922
CIE-Lab60.901162.6771-59.8116

#c867fe color RGB value is (200,103,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100111 11111110
Octal 310 147 376
Decimal 200 103 254
Hex C8 67 FE

RGB Percentages of Color #c867fe

%35.91
%18.49
%45.60

CMYK Percentages of Color #c867fe

%21
%59
%0
%0

Triadic Colors of #c867fe

#c867fe #fec867 #67fec8

Analogous Colors of #c867fe

#c867fe #fe67e9 #7d67fe

Monochromatic Colors of #c867fe

#c867fe

Complementary Color

#c867fe #9dfe67

#c867fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c867fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c867fe Color CSS Codes

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

#c867fe Text Font Color

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

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


#c867fe Background Color

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

This div background color is #c867fe


#c867fe Border Color

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

This div border color is #c867fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c867fe


Comments

No comments written yet.

Please login to write comment.