Color Hex Logo

#c269ef Color Hex

#C269EF
(194,105,239)
0 Favorites   0 Comments

Color spaces of #c269ef

RGB 194105239
HSL0.780.810.67
HSV280°56°94°
CMYK 0.190.560.00   0.06
XYZ42.879727.804584.7681
Yxy27.80450.27580.1789
Hunter Lab52.730052.8777-58.4029
CIE-Lab59.711757.1350-53.4497

#c269ef color RGB value is (194,105,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101001 11101111
Octal 302 151 357
Decimal 194 105 239
Hex C2 69 EF

RGB Percentages of Color #c269ef

%36.06
%19.52
%44.42

CMYK Percentages of Color #c269ef

%19
%56
%0
%6

Triadic Colors of #c269ef

#c269ef #efc269 #69efc2

Analogous Colors of #c269ef

#c269ef #ef69d9 #7f69ef

Monochromatic Colors of #c269ef

#c269ef

Complementary Color

#c269ef #96ef69

#c269ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c269ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c269ef Color CSS Codes

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

#c269ef Text Font Color

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

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


#c269ef Background Color

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

This div background color is #c269ef


#c269ef Border Color

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

This div border color is #c269ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c269ef


Comments

No comments written yet.

Please login to write comment.