Color Hex Logo

#c08efd Color Hex

#C08EFD
(192,142,253)
0 Favorites   0 Comments

Color spaces of #c08efd

RGB 192142253
HSL0.740.970.77
HSV267°44°99°
CMYK 0.240.440.00   0.01
XYZ49.140937.644397.6046
Yxy37.64430.26650.2042
Hunter Lab61.355035.5945-51.3712
CIE-Lab67.757640.2779-48.4316

#c08efd color RGB value is (192,142,253).

#c08efd hex color red value is 192, green value is 142 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c08efd hue: 0.74 , saturation: 0.97 and the lightness value of c08efd is 0.77.

The process color (four color CMYK) of #c08efd color hex is 0.24, 0.44, 0.00, 0.01. Web safe color of #c08efd is #cc99ff. Color #c08efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001110 11111101
Octal 300 216 375
Decimal 192 142 253
Hex C0 8E FD

RGB Percentages of Color #c08efd

%32.71
%24.19
%43.10

CMYK Percentages of Color #c08efd

%24
%44
%0
%1

Triadic Colors of #c08efd

#c08efd #fdc08e #8efdc0

Analogous Colors of #c08efd

#c08efd #f88efd #8e94fd

Monochromatic Colors of #c08efd

#c08efd

Complementary Color

#c08efd #cbfd8e

#c08efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08efd Color CSS Codes

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

#c08efd Text Font Color

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

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


#c08efd Background Color

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

This div background color is #c08efd


#c08efd Border Color

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

This div border color is #c08efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,142,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c08efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c08efd;
  -webkit-box-shadow: 1px 1px 3px 2px #c08efd;
  box-shadow:         1px 1px 3px 2px #c08efd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,142,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08efd

Related Colors


Comments

No comments written yet.

Please login to write comment.