Color Hex Logo

#c67ffc Color Hex

#C67FFC
(198,127,252)
0 Favorites   0 Comments

Color spaces of #c67ffc

RGB 198127252
HSL0.760.950.74
HSV274°50°99°
CMYK 0.210.500.00   0.01
XYZ48.448834.212896.1457
Yxy34.21280.27100.1913
Hunter Lab58.491745.4914-56.5137
CIE-Lab65.131149.7062-51.9944

#c67ffc color RGB value is (198,127,252).

#c67ffc hex color red value is 198, green value is 127 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c67ffc hue: 0.76 , saturation: 0.95 and the lightness value of c67ffc is 0.74.

The process color (four color CMYK) of #c67ffc color hex is 0.21, 0.50, 0.00, 0.01. Web safe color of #c67ffc is #cc66ff. Color #c67ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111111 11111100
Octal 306 177 374
Decimal 198 127 252
Hex C6 7F FC

RGB Percentages of Color #c67ffc

%34.32
%22.01
%43.67

CMYK Percentages of Color #c67ffc

%21
%50
%0
%1

Triadic Colors of #c67ffc

#c67ffc #fcc67f #7ffcc6

Analogous Colors of #c67ffc

#c67ffc #fc7ff4 #887ffc

Monochromatic Colors of #c67ffc

#c67ffc

Complementary Color

#c67ffc #b5fc7f

#c67ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67ffc Color CSS Codes

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

#c67ffc Text Font Color

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

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


#c67ffc Background Color

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

This div background color is #c67ffc


#c67ffc Border Color

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

This div border color is #c67ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67ffc


Comments

No comments written yet.

Please login to write comment.