Color Hex Logo

#c61bcf Color Hex

#C61BCF
(198,27,207)
0 Favorites   0 Comments

Color spaces of #c61bcf

RGB 19827207
HSL0.830.770.46
HSV297°87°81°
CMYK 0.040.870.00   0.19
XYZ34.943117.294660.5280
Yxy17.29460.30990.1534
Hunter Lab41.586877.2070-57.1836
CIE-Lab48.629179.6142-53.0186

#c61bcf color RGB value is (198,27,207).

#c61bcf hex color red value is 198, green value is 27 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c61bcf hue: 0.83 , saturation: 0.77 and the lightness value of c61bcf is 0.46.

The process color (four color CMYK) of #c61bcf color hex is 0.04, 0.87, 0.00, 0.19. Web safe color of #c61bcf is #cc33cc. Color #c61bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011011 11001111
Octal 306 33 317
Decimal 198 27 207
Hex C6 1B CF

RGB Percentages of Color #c61bcf

%45.83
%6.25
%47.92

CMYK Percentages of Color #c61bcf

%4
%87
%0
%19

Triadic Colors of #c61bcf

#c61bcf #cfc61b #1bcfc6

Analogous Colors of #c61bcf

#c61bcf #cf1b7e #6c1bcf

Monochromatic Colors of #c61bcf

#c61bcf

Complementary Color

#c61bcf #24cf1b

#c61bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61bcf Color CSS Codes

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

#c61bcf Text Font Color

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

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


#c61bcf Background Color

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

This div background color is #c61bcf


#c61bcf Border Color

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

This div border color is #c61bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61bcf


Comments

No comments written yet.

Please login to write comment.