Color Hex Logo

#c869ef Color Hex

#C869EF
(200,105,239)
0 Favorites   0 Comments

Color spaces of #c869ef

RGB 200105239
HSL0.780.810.67
HSV283°56°94°
CMYK 0.160.560.00   0.06
XYZ44.451028.614584.8417
Yxy28.61450.28150.1812
Hunter Lab53.492554.7173-56.5920
CIE-Lab60.439958.6243-52.2475

#c869ef color RGB value is (200,105,239).

#c869ef hex color red value is 200, green value is 105 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c869ef hue: 0.78 , saturation: 0.81 and the lightness value of c869ef is 0.67.

The process color (four color CMYK) of #c869ef color hex is 0.16, 0.56, 0.00, 0.06. Web safe color of #c869ef is #cc66ff. Color #c869ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101001 11101111
Octal 310 151 357
Decimal 200 105 239
Hex C8 69 EF

RGB Percentages of Color #c869ef

%36.76
%19.30
%43.93

CMYK Percentages of Color #c869ef

%16
%56
%0
%6

Triadic Colors of #c869ef

#c869ef #efc869 #69efc8

Analogous Colors of #c869ef

#c869ef #ef69d3 #8569ef

Monochromatic Colors of #c869ef

#c869ef

Complementary Color

#c869ef #90ef69

#c869ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c869ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c869ef Color CSS Codes

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

#c869ef Text Font Color

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

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


#c869ef Background Color

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

This div background color is #c869ef


#c869ef Border Color

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

This div border color is #c869ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c869ef


Comments

No comments written yet.

Please login to write comment.