Color Hex Logo

#c67dfc Color Hex

#C67DFC
(198,125,252)
0 Favorites   0 Comments

Color spaces of #c67dfc

RGB 198125252
HSL0.760.950.74
HSV274°50°99°
CMYK 0.210.500.00   0.01
XYZ48.193033.701396.0604
Yxy33.70130.27080.1894
Hunter Lab58.052846.5907-57.4706
CIE-Lab64.724850.7535-52.6383

#c67dfc color RGB value is (198,125,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111101 11111100
Octal 306 175 374
Decimal 198 125 252
Hex C6 7D FC

RGB Percentages of Color #c67dfc

%34.43
%21.74
%43.83

CMYK Percentages of Color #c67dfc

%21
%50
%0
%1

Triadic Colors of #c67dfc

#c67dfc #fcc67d #7dfcc6

Analogous Colors of #c67dfc

#c67dfc #fc7df3 #877dfc

Monochromatic Colors of #c67dfc

#c67dfc

Complementary Color

#c67dfc #b3fc7d

#c67dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67dfc Color CSS Codes

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

#c67dfc Text Font Color

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

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


#c67dfc Background Color

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

This div background color is #c67dfc


#c67dfc Border Color

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

This div border color is #c67dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.