Color Hex Logo

#c614ca Color Hex

#C614CA
(198,20,202)
0 Favorites   0 Comments

Color spaces of #c614ca

RGB 19820202
HSL0.830.820.44
HSV299°90°79°
CMYK 0.020.900.00   0.21
XYZ34.199516.770357.3116
Yxy16.77030.31580.1549
Hunter Lab40.951677.4039-54.3101
CIE-Lab47.969379.8992-51.1901

#c614ca color RGB value is (198,20,202).

#c614ca hex color red value is 198, green value is 20 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c614ca hue: 0.83 , saturation: 0.82 and the lightness value of c614ca is 0.44.

The process color (four color CMYK) of #c614ca color hex is 0.02, 0.90, 0.00, 0.21. Web safe color of #c614ca is #cc00cc. Color #c614ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010100 11001010
Octal 306 24 312
Decimal 198 20 202
Hex C6 14 CA

RGB Percentages of Color #c614ca

%47.14
%4.76
%48.10

CMYK Percentages of Color #c614ca

%2
%90
%0
%21

Triadic Colors of #c614ca

#c614ca #cac614 #14cac6

Analogous Colors of #c614ca

#c614ca #ca1473 #6b14ca

Monochromatic Colors of #c614ca

#c614ca

Complementary Color

#c614ca #18ca14

#c614ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c614ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c614ca Color CSS Codes

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

#c614ca Text Font Color

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

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


#c614ca Background Color

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

This div background color is #c614ca


#c614ca Border Color

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

This div border color is #c614ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c614ca


Comments

No comments written yet.

Please login to write comment.