Color Hex Logo

#c250ef Color Hex

#C250EF
(194,80,239)
0 Favorites   0 Comments

Color spaces of #c250ef

RGB 19480239
HSL0.790.830.63
HSV283°67°94°
CMYK 0.190.670.00   0.06
XYZ40.696823.438784.0405
Yxy23.43870.27470.1582
Hunter Lab48.413565.3248-69.0314
CIE-Lab55.521468.5758-60.1465

#c250ef color RGB value is (194,80,239).

#c250ef hex color red value is 194, green value is 80 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c250ef hue: 0.79 , saturation: 0.83 and the lightness value of c250ef is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010000 11101111
Octal 302 120 357
Decimal 194 80 239
Hex C2 50 EF

RGB Percentages of Color #c250ef

%37.82
%15.59
%46.59

CMYK Percentages of Color #c250ef

%19
%67
%0
%6

Triadic Colors of #c250ef

#c250ef #efc250 #50efc2

Analogous Colors of #c250ef

#c250ef #ef50cd #7350ef

Monochromatic Colors of #c250ef

#c250ef

Complementary Color

#c250ef #7def50

#c250ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c250ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c250ef Color CSS Codes

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

#c250ef Text Font Color

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

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


#c250ef Background Color

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

This div background color is #c250ef


#c250ef Border Color

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

This div border color is #c250ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c250ef


Comments

No comments written yet.

Please login to write comment.