Color Hex Logo

#c613ee Color Hex

#C613EE
(198,19,238)
0 Favorites   0 Comments

Color spaces of #c613ee

RGB 19819238
HSL0.800.870.50
HSV289°92°93°
CMYK 0.170.920.00   0.07
XYZ38.954218.644682.4346
Yxy18.64460.27820.1331
Hunter Lab43.179485.4695-82.9661
CIE-Lab50.268885.7587-68.0266

#c613ee color RGB value is (198,19,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010011 11101110
Octal 306 23 356
Decimal 198 19 238
Hex C6 13 EE

RGB Percentages of Color #c613ee

%43.52
%4.18
%52.31

CMYK Percentages of Color #c613ee

%17
%92
%0
%7

Triadic Colors of #c613ee

#c613ee #eec613 #13eec6

Analogous Colors of #c613ee

#c613ee #ee13a9 #5913ee

Monochromatic Colors of #c613ee

#c613ee

Complementary Color

#c613ee #3bee13

#c613ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c613ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c613ee Color CSS Codes

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

#c613ee Text Font Color

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

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


#c613ee Background Color

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

This div background color is #c613ee


#c613ee Border Color

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

This div border color is #c613ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c613ee


Comments

No comments written yet.

Please login to write comment.