Color Hex Logo

#c714ee Color Hex

#C714EE
(199,20,238)
0 Favorites   0 Comments

Color spaces of #c714ee

RGB 19920238
HSL0.800.870.51
HSV289°92°93°
CMYK 0.160.920.00   0.07
XYZ39.236018.815582.4527
Yxy18.81550.27930.1339
Hunter Lab43.376885.5506-82.3374
CIE-Lab50.470685.7821-67.6919

#c714ee color RGB value is (199,20,238).

#c714ee hex color red value is 199, green value is 20 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c714ee hue: 0.80 , saturation: 0.87 and the lightness value of c714ee is 0.51.

The process color (four color CMYK) of #c714ee color hex is 0.16, 0.92, 0.00, 0.07. Web safe color of #c714ee is #cc00ff. Color #c714ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010100 11101110
Octal 307 24 356
Decimal 199 20 238
Hex C7 14 EE

RGB Percentages of Color #c714ee

%43.54
%4.38
%52.08

CMYK Percentages of Color #c714ee

%16
%92
%0
%7

Triadic Colors of #c714ee

#c714ee #eec714 #14eec7

Analogous Colors of #c714ee

#c714ee #ee14a8 #5a14ee

Monochromatic Colors of #c714ee

#c714ee

Complementary Color

#c714ee #3bee14

#c714ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c714ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c714ee Color CSS Codes

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

#c714ee Text Font Color

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

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


#c714ee Background Color

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

This div background color is #c714ee


#c714ee Border Color

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

This div border color is #c714ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,20,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c714ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c714ee;
  -webkit-box-shadow: 1px 1px 3px 2px #c714ee;
  box-shadow:         1px 1px 3px 2px #c714ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,20,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c714ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c714ee


Comments

No comments written yet.

Please login to write comment.